Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FrameworkElementExtensions.CanDragElement docs #612

Open
wants to merge 124 commits into
base: dev/7.1.0
Choose a base branch
from

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    b47d843 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f23bff8 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Fix broken / incorrect links

    Both of the replaced links were broken. Also, v.7.0.0 template doesn't have a progress ring, last version to have it appears to be 2.2.
    kmgallahan authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    029499b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    5920b8b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. fix lint issues

    vgromfeld committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    0ca90ee View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    639c82c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Configuration menu
    Copy the full SHA
    8a7bde9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    2211249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21b23be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e30857 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    29ea2a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Update VisualExtensions.md

    After upgrading to version 7.0.2 of the toolkit I noticed that NormalizedCenterPoint is now a Vector2 instead of Vector3, trying to set a Z-coordinate like in this example causes the exception `Failed to assign to property 'Microsoft.Toolkit.Uwp.UI.VisualExtensions.NormalizedCenterPoint'.`.
    mrjfalk authored Jul 31, 2021
    Configuration menu
    Copy the full SHA
    dcfffce View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Update Triggers.md

    dpaulino authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    d1e5405 View commit details
    Browse the repository at this point in the history
  2. Update Triggers.md

    dpaulino authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    653c7e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Fix unclosed anchor tags

    mrlacey authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    bcb992a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae41aa View commit details
    Browse the repository at this point in the history
  3. Add md author name

    XAML-Knight committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    356570b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13b9e8a View commit details
    Browse the repository at this point in the history
  5. update documentation

    XAML-Knight committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    14d0ff5 View commit details
    Browse the repository at this point in the history
  6. update code URL

    XAML-Knight committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    50aa51e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Added new line

    XAML-Knight committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    109537a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Configuration menu
    Copy the full SHA
    458350e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    248842a View commit details
    Browse the repository at this point in the history
  3. remove absolute links

    huynhsontung authored Aug 21, 2021
    Configuration menu
    Copy the full SHA
    50e615f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Configuration menu
    Copy the full SHA
    f36c5d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    606e4af View commit details
    Browse the repository at this point in the history
  3. add entry to toc

    huynhsontung authored Aug 22, 2021
    Configuration menu
    Copy the full SHA
    a86e7d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. remove Properties, Methods, and Events sections

    Co-authored-by: Michael Hawker MSFT (XAML Llama) <[email protected]>
    huynhsontung and michael-hawker authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    2031e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6caed3 View commit details
    Browse the repository at this point in the history
  3. Fixed additional <Members> Tag

    COM8 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    99aa708 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Relative link for Two-Pane view

    COM8 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    bc134c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Made list of controls in supported feature more specific

    The previous description of supported controls stated "Dwell based activation of XAML controls, like buttons, toggle buttons, check boxes, etc.". While the toolkit may support things other than buttons and toggle buttons, such support is limited or untested. Rich controls like TextBox are definitely out-of-scope of the current implementation.
    peteams authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    0fde3af View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Merge pull request MicrosoftDocs#553 from mrlacey/patch-22

    Fix unclosed anchor tags
    michael-hawker authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    0c4caa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fc5409 View commit details
    Browse the repository at this point in the history
  3. Merge pull request MicrosoftDocs#541 from jozefizso/patch-1

    Use correct link to DispatcherQueueExtensions API docs
    michael-hawker authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    6ae5b0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4b1fbb View commit details
    Browse the repository at this point in the history
  5. Merge pull request MicrosoftDocs#547 from andrewleader/patch-3

    Fix notifications source code link
    michael-hawker authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    c497651 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc51192 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0afddc8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request MicrosoftDocs#531 from kmgallahan/patch-1

    Fix broken / incorrect links
    michael-hawker authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    b4dd56f View commit details
    Browse the repository at this point in the history
  9. Merge pull request MicrosoftDocs#548 from mrjfalk/patch-1

    Fix invalid value for VisualExtensions.NormalizedCenterPoint code example
    michael-hawker authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    f7d717b View commit details
    Browse the repository at this point in the history
  10. Merge pull request MicrosoftDocs#562 from MicrosoftDocs/petea/gazeLimits

    Made list of controls in supported feature more specific
    michael-hawker authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    4091fed View commit details
    Browse the repository at this point in the history
  11. Merge pull request MicrosoftDocs#543 from DominikPalo/patch-1

    Fix a mistake in the "Register a message in some module" comment
    michael-hawker authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    7440fbf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    94bd471 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Merge pull request MicrosoftDocs#559 from COM8/dev/7.1.0

    ListDetailsView Two-pane view documentation update
    XAML-Knight authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    461ca9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request MicrosoftDocs#556 from XAML-Knight/remote/7.1_branch

    Add markdown documentation for new KeyDownTriggerBehavior
    michael-hawker authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    5546957 View commit details
    Browse the repository at this point in the history
  3. Merge pull request MicrosoftDocs#551 from dpaulino/dev/7.1.0

    Addings docs for new ControlSizeTrigger
    michael-hawker authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4514283 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65e9865 View commit details
    Browse the repository at this point in the history
  5. Merge pull request MicrosoftDocs#537 from vgromfeld/metadataControl

    Add MetadataControl documentation
    XAML-Knight authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4cbc1f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Configuration menu
    Copy the full SHA
    fdce107 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    902f51f View commit details
    Browse the repository at this point in the history
  2. Merge pull request MicrosoftDocs#314 from Vijay-Nirmal/SmoothScrollIn…

    …toView
    
    Documentation for SmoothScrollIntoView ListView Extension
    XAML-Knight authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    13bcf22 View commit details
    Browse the repository at this point in the history
  3. Outlined

    XAML-Knight committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    24942b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    133f8f6 View commit details
    Browse the repository at this point in the history
  5. Add subdirectory to URL

    XAML-Knight committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    32411ae View commit details
    Browse the repository at this point in the history
  6. Diagnostics Nuget

    XAML-Knight committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    6fa464f View commit details
    Browse the repository at this point in the history
  7. Merge pull request MicrosoftDocs#558 from huynhsontung/RichSuggestBox

    Documentation for RichSuggestBox control
    michael-hawker authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    a6d9298 View commit details
    Browse the repository at this point in the history
  8. Merge pull request MicrosoftDocs#571 from XAML-Knight/dev/WhoGetsMyst…

    …ified
    
    Outlined instead of outline
    michael-hawker authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    31c8a05 View commit details
    Browse the repository at this point in the history
  9. Merge pull request MicrosoftDocs#572 from XAML-Knight/dev/UnitTests_S…

    …hared
    
    Add missing UnitTests.Shared subdirectory to unit tests URL
    michael-hawker authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    bd59a79 View commit details
    Browse the repository at this point in the history
  10. Merge pull request MicrosoftDocs#573 from XAML-Knight/dev/Diagnostics…

    …NuGet
    
    Update markdown file to refer to Diagnostics Nuget Pkg
    michael-hawker authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    fc5259f View commit details
    Browse the repository at this point in the history
  11. Add ConstrainedBox doc

    michael-hawker committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    5829a9d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d15c567 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cad8e6b View commit details
    Browse the repository at this point in the history
  14. Fix Link Isolation

    michael-hawker committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    1d607d8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4eea85f View commit details
    Browse the repository at this point in the history
  16. Merge pull request MicrosoftDocs#567 from michael-hawker/new-controls…

    …-7dot1
    
    Add ConstrainedBox and Attached Shadow docs
    michael-hawker authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    b444b6e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f1e8125 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Merge pull request MicrosoftDocs#574 from michael-hawker/update-7dot1

    Update source code links to point to 7.1.0 branch
    michael-hawker authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    08340ad View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Add SelectedItem example

    XAML-Knight committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    4232107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a05b07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aaa414 View commit details
    Browse the repository at this point in the history
  4. Add blank after md header

    XAML-Knight committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    2fcbd94 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    c997f52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    459bddc View commit details
    Browse the repository at this point in the history
  3. Merge pull request MicrosoftDocs#579 from XAML-Knight/dev/PuttingThin…

    …gsTogether
    
    Add link to MVVM Sample Application
    michael-hawker authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    d9c95ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f494438 View commit details
    Browse the repository at this point in the history
  5. Merge pull request MicrosoftDocs#578 from XAML-Knight/dev/EnumExtExample

    Add SelectedItem example to enum extension
    michael-hawker authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    2b81cbb View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    7271f40 View commit details
    Browse the repository at this point in the history
  2. Converters Close-out

    XAML-Knight committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    801fef8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14e813c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    ac7663b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Updated toc

    shweaver-MSFT committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    80e0dde View commit details
    Browse the repository at this point in the history
  2. Lint fixes

    shweaver-MSFT committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    cf0c2ab View commit details
    Browse the repository at this point in the history
  3. More lint fixes

    shweaver-MSFT committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    d51bde5 View commit details
    Browse the repository at this point in the history
  4. Yet another lint fix

    shweaver-MSFT committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    1a3b0b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    bcd607c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. CI Update

     Build.Reason:Manual by Alma Jenks
     Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=259060&view=results
     source_repo.branch:master
     source_repo.csvPath:bundlepackages/uwp
     source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
    VSC-Service-Account committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    2970b8c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. CI Update

     Build.Reason:Schedule
     Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=259207&view=results
     source_repo.branch:master
     source_repo.csvPath:bundlepackages/uwp
     source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
    VSC-Service-Account committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    b15de44 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. CI Update

     Build.Reason:Schedule
     Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=259507&view=results
     source_repo.branch:master
     source_repo.csvPath:bundlepackages/uwp
     source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
    VSC-Service-Account committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    510955b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. CI Update

     Build.Reason:Schedule
     Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=259714&view=results
     source_repo.branch:master
     source_repo.csvPath:bundlepackages/uwp
     source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
    VSC-Service-Account committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f4f3edf View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. CI Update

     Build.Reason:Schedule
     Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=259959&view=results
     source_repo.branch:master
     source_repo.csvPath:bundlepackages/uwp
     source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
    VSC-Service-Account committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    1989546 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. CI Update

     Build.Reason:Schedule
     Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=260173&view=results
     source_repo.branch:master
     source_repo.csvPath:bundlepackages/uwp
     source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
    VSC-Service-Account committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    ebef4fb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. CI Update

     Build.Reason:Schedule
     Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=260479&view=results
     source_repo.branch:master
     source_repo.csvPath:bundlepackages/uwp
     source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
    VSC-Service-Account committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    b4b5d65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcd00c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Merge pull request MicrosoftDocs#585 from MartinZikmund/patch-3

    Add missing curly bracket in sample
    XAML-Knight authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    f3243a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Update docs/graph/authentication/windows.md

    Co-authored-by: XAML-Knight <[email protected]>
    shweaver-MSFT and XAML-Knight authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    15eaf1f View commit details
    Browse the repository at this point in the history
  2. Update docs/graph/authentication/windows.md

    Co-authored-by: XAML-Knight <[email protected]>
    shweaver-MSFT and XAML-Knight authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    92f4eb6 View commit details
    Browse the repository at this point in the history
  3. Update docs/graph/controls/GraphPresenter.md

    Co-authored-by: XAML-Knight <[email protected]>
    shweaver-MSFT and XAML-Knight authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    71b757b View commit details
    Browse the repository at this point in the history
  4. Update docs/graph/controls/GraphPresenter.md

    Co-authored-by: XAML-Knight <[email protected]>
    shweaver-MSFT and XAML-Knight authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    3e6ef4b View commit details
    Browse the repository at this point in the history
  5. Merge pull request MicrosoftDocs#581 from shweaver-MSFT/shweaver/grap…

    …h-updates-710
    
    Updated Graph docs for 7.1.0 release.
    michael-hawker authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    58c55b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    e01dd5d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Fix ParallelHelper sample

    Add readonly modifier to private field for the `ArrayInitializer` sample. Will not compile without it.
    stevemonaco authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    359259d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Update CameraPreview.md to remove duplicate =

    One character change on CameraPreview.md to remove = on line 97
    antmurph authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    a024ace View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    4a24a65 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Fix typo

    MisinformedDNA authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    dc7d0ae View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    45d65bd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Update Lottie.md

    nishitha-burman authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    e50ebd0 View commit details
    Browse the repository at this point in the history
  2. Update docs/animations/Lottie.md

    Co-authored-by: Michael Hawker MSFT (XAML Llama) <[email protected]>
    nishitha-burman and michael-hawker authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    7e801d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Merge pull request MicrosoftDocs#596 from nishitha-burman/patch-1

    Update broken link to samples app
    michael-hawker authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    ca9b090 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    18bb7ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request MicrosoftDocs#589 from MicrosoftDocs/branch-renami…

    …ng-2021-11-17-06-56-06
    
    Config changes to reflect the default branch from master to main. Please merge to complete the default branch renaming job.
    michael-hawker authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    9c79efd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fc624d View commit details
    Browse the repository at this point in the history
  4. Merge pull request MicrosoftDocs#597 from DaZombieKiller/typo-ThrowHe…

    …lper-ThrowArgumentException
    
    Fix typos in ThrowArgumentException example
    Arlodotexe authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    a14427f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Merge pull request MicrosoftDocs#594 from TheJoeFin/main

    login button requires scope (User.Read)
    Arlodotexe authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b8a0a48 View commit details
    Browse the repository at this point in the history
  2. Merge pull request MicrosoftDocs#592 from antmurph/patch-1

    Update CameraPreview.md to remove duplicate =
    Arlodotexe authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    0067fa9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request MicrosoftDocs#590 from stevemonaco/patch-1

    Fix ParallelHelper sample
    Arlodotexe authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b90daea View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Merge pull request MicrosoftDocs#582 from XAML-Knight/dev/ReworkBlade…

    …View
    
    Rework BladeView description
    XAML-Knight authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    378718b View commit details
    Browse the repository at this point in the history
  2. Merge pull request MicrosoftDocs#580 from XAML-Knight/dev/TriageDocBu…

    …ildWarnings
    
    Improve *.md files to clear out warnings
    XAML-Knight authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    6ec3038 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    63f8a2d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Merge pull request MicrosoftDocs#604 from WebFreak001/patch-1

    fix PropertyChangedMessage<T> link
    Arlodotexe authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    98b9245 View commit details
    Browse the repository at this point in the history
  2. Fixed MicrosoftDocs#605

    Arlodotexe authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    0582fe6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Merge pull request MicrosoftDocs#608 from Arlodotexe/fix/frameworkele…

    …ment-extensions-cursors-link
    
    Fixed MicrosoftDocs#605
    michael-hawker authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    6eabfcd View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    d05d112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b280b3d View commit details
    Browse the repository at this point in the history