|
785 | 785 | "Type": "ThemeListenerPage",
|
786 | 786 | "Subcategory": "Systems",
|
787 | 787 | "About": "The ThemeListener allows you to keep track of changes to the System Theme.",
|
788 |
| - "CodeUrl" : "https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/master/Microsoft.Toolkit.Uwp.UI/Helpers/ThemeListener.cs", |
| 788 | + "CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/master/Microsoft.Toolkit.Uwp.UI/Helpers/ThemeListener.cs", |
789 | 789 | "Icon": "/Assets/Helpers.png",
|
790 | 790 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/helpers/ThemeListener.md"
|
791 | 791 | },
|
|
839 | 839 | "Icon": "/Assets/Helpers.png",
|
840 | 840 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/behaviors/AutoSelectBehavior.md"
|
841 | 841 | },
|
| 842 | + { |
| 843 | + "Name": "KeyDownTriggerBehavior", |
| 844 | + "Subcategory": "Systems", |
| 845 | + "About": "Behavior to listen to a key press on a control and executes actions", |
| 846 | + "CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/master/Microsoft.Toolkit.Uwp.UI.Behaviors/Keyboard/KeyDownTriggerBehavior.cs", |
| 847 | + "XamlCodeFile": "/SamplePages/KeyDownTriggerBehavior/KeyDownTriggerBehaviorXaml.bind", |
| 848 | + "Icon": "/Assets/Helpers.png", |
| 849 | + "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/behaviors/KeyDownTriggerBehavior.md" |
| 850 | + }, |
842 | 851 | {
|
843 | 852 | "Name": "Win2d Path Mini Language Parser",
|
844 | 853 | "Type": "CanvasPathGeometryPage",
|
845 | 854 | "Subcategory": "Parser",
|
846 | 855 | "About": "CanvasPathGeometry class allows you to convert Win2d Path Mini Language string to CanvasGeometry, Brushes, CanvasStrokes or CanvasStrokeStyles.",
|
847 |
| - "CodeUrl" : "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.Uwp.UI.Media/Geometry", |
| 856 | + "CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.Uwp.UI.Media/Geometry", |
848 | 857 | "Icon": "/SamplePages/CanvasPathGeometry/CanvasPathGeometry.png",
|
849 | 858 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/parsers/CanvasPathGeometry.md"
|
850 | 859 | },
|
|
882 | 891 | "Name": "Guard APIs",
|
883 | 892 | "Subcategory": "Developer",
|
884 | 893 | "About": "The Guard APIs can be used to validate method arguments in a streamlined manner, which is also faster, less verbose, more expressive and less error prone than manually writing checks and throwing exceptions.",
|
885 |
| - "CodeUrl" : "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.Diagnostics", |
| 894 | + "CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.Diagnostics", |
886 | 895 | "Icon": "/Assets/Helpers.png",
|
887 | 896 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/developer-tools/Guard.md"
|
888 | 897 | },
|
889 | 898 | {
|
890 | 899 | "Name": "High Performance APIs",
|
891 | 900 | "Subcategory": "Developer",
|
892 | 901 | "About": "The High Performance package contains a set of APIs that are heavily focused on optimization. All the new APIs have been carefully crafted to achieve the best possible performance when using them, either through reduced memory allocation, micro-optimizations at the assembly level, or by structuring the APIs in a way that facilitates writing performance oriented code in general.",
|
893 |
| - "CodeUrl" : "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.HighPerformance", |
| 902 | + "CodeUrl": "https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/main/Microsoft.Toolkit.HighPerformance", |
894 | 903 | "Icon": "/Assets/Helpers.png",
|
895 | 904 | "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/high-performance/Introduction.md"
|
896 | 905 | },
|
|
0 commit comments