Skip to content

Rename controls to core #3676

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

Merged
merged 21 commits into from
Feb 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
704a356
Move Controls to Controls.Core folder
Rosuavio Jan 19, 2021
41bb7e5
Reanme controls package to controls.core
Rosuavio Jan 19, 2021
c26afc9
Move Controls.Desin to Controls.Core.Desin
Rosuavio Jan 19, 2021
28b6056
Rename Contols.Design -> Controls.Core.Design
Rosuavio Jan 21, 2021
298b95b
Controls.Core: Remove animation proj ref
Rosuavio Jan 21, 2021
123b864
SmokeTests: update ref to Controls.Core
Rosuavio Jan 21, 2021
d9f6e18
Rename folder: MasterDetailsView -> ListDetailsView
Rosuavio Jan 21, 2021
a3c2cf7
Rename file: MasterDetailView -> ListDetailView
Rosuavio Jan 21, 2021
d422af7
Rename class: MasterDetailsView -> ListDetailsView
Rosuavio Jan 21, 2021
d7ba284
Rename all the master things in MasterDetailsView to list
Rosuavio Jan 21, 2021
150795d
Update PackageTags to List and ListDetail
Rosuavio Jan 21, 2021
a85f880
Sample: Ref ListDetailView
Rosuavio Jan 21, 2021
2a5718c
Smaple: rename MasterDetailView folder to ListDetialView
Rosuavio Jan 21, 2021
831b0d5
Smaples: Rename MasterDetailViewPage -> ListDetailsViewPage
Rosuavio Jan 22, 2021
b4e018d
Core.Design: Rename MasterDetailView Files
Rosuavio Jan 22, 2021
d5cb0af
Core.Design: Change metadata to relfect ListDetailView
Rosuavio Jan 22, 2021
a96150d
UnitTest: Use ListDetailsView where posible
Rosuavio Jan 22, 2021
6fc1bd8
UnitTest: Rename Test_MasterDetailsView.cs -> Test_ListDetailsView.cs
Rosuavio Jan 22, 2021
24a32ed
Fix: put Controls.Core Desin assemblies in correct folder.
Rosuavio Jan 25, 2021
fefbccd
Merge branch 'dev/split-controls' into rename-controls-to-core
Rosuavio Jan 26, 2021
2ed7e86
Merge branch 'dev/split-controls' into rename-controls-to-core
michael-hawker Jan 28, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@
<Content Include="SamplePages\LiveTile\LiveTile.png" />
<Content Include="SamplePages\MarkdownTextBlock\MarkdownTextBlock.png" />
<Content Include="SamplePages\Loading\Loading.png" />
<Content Include="SamplePages\MasterDetailsView\MasterDetailsView.png" />
<Content Include="SamplePages\MasterDetailsView\OneDriveLogo.png" />
<Content Include="SamplePages\ListDetailsView\ListDetailsView.png" />
<Content Include="SamplePages\ListDetailsView\OneDriveLogo.png" />
<Content Include="SamplePages\Menu\Menu.png" />
<Content Include="SamplePages\Microsoft Translator Service\TranslatorService.png" />
<Content Include="SamplePages\NetworkHelper\NetworkHelper.png" />
Expand Down Expand Up @@ -403,7 +403,7 @@
<Content Include="SamplePages\DropShadowPanel\DropShadowPanelXaml.bind" />
<Content Include="SamplePages\Object Storage\ObjectStorageCode.bind" />
<Content Include="SamplePages\BackgroundTaskHelper\BackgroundTaskHelperCode.bind" />
<Content Include="SamplePages\MasterDetailsView\MasterDetailsView.bind" />
<Content Include="SamplePages\ListDetailsView\ListDetailsView.bind" />
<Content Include="SamplePages\NetworkHelper\NetworkHelperCode.bind" />
<Content Include="SamplePages\PrintHelper\PrintHelperCode.bind" />
<Content Include="SamplePages\SystemInformation\SystemInformationCode.bind" />
Expand All @@ -418,7 +418,7 @@
<SubType>Designer</SubType>
</Content>
<Content Include="SamplePages\WrapPanel\WrapPanel.bind" />
<Content Include="SamplePages\MasterDetailsView\MasterDetailsViewCode.bind" />
<Content Include="SamplePages\ListDetailsView\ListDetailsViewCode.bind" />
<Content Include="SamplePages\Microsoft Translator Service\MicrosoftTranslatorCode.bind" />
<Content Include="SamplePages\MarkdownTextBlock\MarkdownTextBlock.bind" />
<Content Include="SamplePages\MarkdownTextBlock\InitialContent.md" />
Expand Down Expand Up @@ -860,8 +860,8 @@
<Compile Include="SamplePages\Loading\LoadingPage.xaml.cs">
<DependentUpon>LoadingPage.xaml</DependentUpon>
</Compile>
<Compile Include="SamplePages\MasterDetailsView\MasterDetailsViewPage.xaml.cs">
<DependentUpon>MasterDetailsViewPage.xaml</DependentUpon>
<Compile Include="SamplePages\ListDetailsView\ListDetailsViewPage.cs">
<DependentUpon>ListDetailsViewPage.xaml</DependentUpon>
</Compile>
<Compile Include="SamplePages\ImageCache\ImageCachePage.xaml.cs">
<DependentUpon>ImageCachePage.xaml</DependentUpon>
Expand Down Expand Up @@ -1305,7 +1305,7 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="SamplePages\MasterDetailsView\MasterDetailsViewPage.xaml">
<Page Include="SamplePages\ListDetailsView\ListDetailsViewPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
Expand Down Expand Up @@ -1479,9 +1479,9 @@
<Project>{84ab7dc5-95c9-4cf8-a370-d077e9e9ef1a}</Project>
<Name>Microsoft.Toolkit.Uwp.UI.Controls.Primitives</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Toolkit.Uwp.UI.Controls\Microsoft.Toolkit.Uwp.UI.Controls.csproj">
<ProjectReference Include="..\Microsoft.Toolkit.Uwp.UI.Controls.Core\Microsoft.Toolkit.Uwp.UI.Controls.Core.csproj">
<Project>{e9faabfb-d726-42c1-83c1-cb46a29fea81}</Project>
<Name>Microsoft.Toolkit.Uwp.UI.Controls</Name>
<Name>Microsoft.Toolkit.Uwp.UI.Controls.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Microsoft.Toolkit.Uwp.UI.Media\Microsoft.Toolkit.Uwp.UI.Media.csproj">
<Project>{75f9ee44-3efa-47bc-aedd-351b9834a0af}</Project>
Expand Down Expand Up @@ -1587,4 +1587,4 @@
<Message Text="CSFiles: @(GeneratedCSFiles->'&quot;%(Identity)&quot;')" />
<Exec Command="for %%f in (@(GeneratedCSFiles->'&quot;%(Identity)&quot;')) do echo #pragma warning disable &gt; %%f.temp &amp;&amp; type %%f | findstr /v /b &quot;#pragma&quot; &gt;&gt; %%f.temp &amp;&amp; move /y %%f.temp %%f &gt; NUL" />
</Target>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<Page.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="ms-appx:///Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/Styles/MSEdgeNotificationStyle.xaml" />
<ResourceDictionary Source="ms-appx:///Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/Styles/VSCodeNotificationStyle.xaml" />
<ResourceDictionary Source="ms-appx:///Microsoft.Toolkit.Uwp.UI.Controls.Core/InAppNotification/Styles/MSEdgeNotificationStyle.xaml" />
<ResourceDictionary Source="ms-appx:///Microsoft.Toolkit.Uwp.UI.Controls.Core/InAppNotification/Styles/VSCodeNotificationStyle.xaml" />
</ResourceDictionary.MergedDictionaries>

<local:DismissCommand x:Key="DismissCommand" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
mc:Ignorable="d">

<Grid>
<controls:MasterDetailsView BackButtonBehavior="Automatic"
<controls:ListDetailsView BackButtonBehavior="Automatic"
ItemsSource="{Binding Emails}"
NoSelectionContent="Select an item to view"
CompactModeThresholdWidth="720">
<controls:MasterDetailsView.ItemTemplate>
<controls:ListDetailsView.ItemTemplate>
<DataTemplate>
<StackPanel Margin="0,8">
<TextBlock Text="{Binding From}"
Expand All @@ -27,8 +27,8 @@
MaxLines="1"/>
</StackPanel>
</DataTemplate>
</controls:MasterDetailsView.ItemTemplate>
<controls:MasterDetailsView.DetailsTemplate>
</controls:ListDetailsView.ItemTemplate>
<controls:ListDetailsView.DetailsTemplate>
<DataTemplate>
<RelativePanel Margin="24">
<controls:ImageEx x:Name="FromEllipse"
Expand All @@ -53,8 +53,8 @@
Margin="0,12,0,0"/>
</RelativePanel>
</DataTemplate>
</controls:MasterDetailsView.DetailsTemplate>
<controls:MasterDetailsView.NoSelectionContentTemplate>
</controls:ListDetailsView.DetailsTemplate>
<controls:ListDetailsView.NoSelectionContentTemplate>
<DataTemplate>
<StackPanel HorizontalAlignment="Center"
VerticalAlignment="Center">
Expand All @@ -71,8 +71,8 @@
Margin="0,12"/>
</StackPanel>
</DataTemplate>
</controls:MasterDetailsView.NoSelectionContentTemplate>
<controls:MasterDetailsView.MasterCommandBar>
</controls:ListDetailsView.NoSelectionContentTemplate>
<controls:ListDetailsView.ListCommandBar>
<CommandBar>
<AppBarButton Icon="Back" Label="Back"/>
<AppBarButton Icon="Forward" Label="Forward"/>
Expand All @@ -84,14 +84,14 @@
</TextBlock>
</CommandBar.Content>
</CommandBar>
</controls:MasterDetailsView.MasterCommandBar>
<controls:MasterDetailsView.DetailsCommandBar>
</controls:ListDetailsView.ListCommandBar>
<controls:ListDetailsView.DetailsCommandBar>
<CommandBar>
<AppBarButton Icon="MailReply" Label="Reply" />
<AppBarButton Icon="MailReplyAll" Label="Reply All" />
<AppBarButton Icon="MailForward" Label="Forward" />
</CommandBar>
</controls:MasterDetailsView.DetailsCommandBar>
</controls:MasterDetailsView>
</controls:ListDetailsView.DetailsCommandBar>
</controls:ListDetailsView>
</Grid>
</Page>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Example of POCO to use with MasterDetailsView
// Example of POCO to use with ListDetailsView

public class Email
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ namespace Microsoft.Toolkit.Uwp.SampleApp.SamplePages
/// <summary>
/// An empty page that can be used on its own or navigated to within a Frame.
/// </summary>
public sealed partial class MasterDetailsViewPage : Page, IXamlRenderListener
public sealed partial class ListDetailsViewPage : Page, IXamlRenderListener
{
public MasterDetailsViewPage()
public ListDetailsViewPage()
{
Emails = new List<Email>
{
Expand All @@ -38,7 +38,7 @@ public MasterDetailsViewPage()
From = "OneDrive",
Subject = "Check out your event recap",
Body = "Your new album.\r\nYou uploaded some photos to your OneDrive and automatically created an album for you.",
Thumbnail = new Uri("ms-appx:///SamplePages/MasterDetailsView/OneDriveLogo.png")
Thumbnail = new Uri("ms-appx:///SamplePages/ListDetailsView/OneDriveLogo.png")
},
new Email
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Page x:Class="Microsoft.Toolkit.Uwp.SampleApp.SamplePages.MasterDetailsViewPage"
<Page x:Class="Microsoft.Toolkit.Uwp.SampleApp.SamplePages.ListDetailsViewPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls"
Expand All @@ -7,5 +7,5 @@
xmlns:models="using:Microsoft.Toolkit.Uwp.SampleApp.Models"
mc:Ignorable="d">

<controls:MasterDetailsView Visibility="Collapsed" />
<controls:ListDetailsView Visibility="Collapsed" />
</Page>
14 changes: 7 additions & 7 deletions Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/ImageEx.md"
},
{
"Name": "MasterDetailsView",
"Type": "MasterDetailsViewPage",
"Name": "ListDetailsView",
"Type": "ListDetailsViewPage",
"Subcategory": "Layout",
"About": "The MasterDetailsView control allows the user to implement the Master/Details design pattern.",
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls/MasterDetailsView",
"XamlCodeFile": "MasterDetailsView.bind",
"CodeFile": "MasterDetailsViewCode.bind",
"Icon": "/SamplePages/MasterDetailsView/MasterDetailsView.png",
"About": "The ListDetailsView control allows the user to implement the List/Details design pattern.",
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls/ListDetailsView",
"XamlCodeFile": "ListDetailsView.bind",
"CodeFile": "ListDetailsViewCode.bind",
"Icon": "/SamplePages/ListDetailsView/ListDetailsView.png",
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/MasterDetailsView.md"
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.ComponentModel;

using Microsoft.Toolkit.Uwp.UI.Controls.Design.Properties;

using Microsoft.VisualStudio.DesignTools.Extensibility;
using Microsoft.VisualStudio.DesignTools.Extensibility.Metadata;

namespace Microsoft.Toolkit.Uwp.UI.Controls.Design
{
internal class ListDetailsViewMetadata : AttributeTableBuilder
{
public ListDetailsViewMetadata()
: base()
{
AddCallback(ControlTypes.ListDetailsView,
b =>
{
b.AddCustomAttributes(nameof(ListDetailsView.SelectedItem), new CategoryAttribute(Resources.CategoryCommon));
b.AddCustomAttributes(nameof(ListDetailsView.DetailsTemplate),
new CategoryAttribute(Resources.CategoryAppearance),
new EditorBrowsableAttribute(EditorBrowsableState.Advanced)
);
b.AddCustomAttributes(nameof(ListDetailsView.ListPaneBackground), new CategoryAttribute(Resources.CategoryBrush));
b.AddCustomAttributes(nameof(ListDetailsView.ListHeader), new CategoryAttribute(Resources.CategoryCommon));
b.AddCustomAttributes(nameof(ListDetailsView.ListHeaderTemplate),
new CategoryAttribute(Resources.CategoryAppearance),
new EditorBrowsableAttribute(EditorBrowsableState.Advanced)
);
b.AddCustomAttributes(nameof(ListDetailsView.ListPaneWidth), new CategoryAttribute(Resources.CategoryAppearance));
b.AddCustomAttributes(nameof(ListDetailsView.NoSelectionContent), new CategoryAttribute(Resources.CategoryCommon));
b.AddCustomAttributes(nameof(ListDetailsView.NoSelectionContentTemplate),
new CategoryAttribute(Resources.CategoryCommon),
new EditorBrowsableAttribute(EditorBrowsableState.Advanced)
);
b.AddCustomAttributes(nameof(ListDetailsView.ViewState), new CategoryAttribute(Resources.CategoryCommon));
b.AddCustomAttributes(nameof(ListDetailsView.ListCommandBar), new CategoryAttribute(Resources.CategoryCommon));
b.AddCustomAttributes(nameof(ListDetailsView.DetailsCommandBar), new CategoryAttribute(Resources.CategoryCommon));
b.AddCustomAttributes(new ToolboxCategoryAttribute(ToolboxCategoryPaths.Toolkit, false));
}
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ namespace Microsoft.Toolkit.Uwp.UI.Controls.Design
{
internal static partial class ControlTypes
{
internal const string MasterDetailsView = RootNamespace + "." + nameof(MasterDetailsView);
internal const string ListDetailsView = RootNamespace + "." + nameof(ListDetailsView);
}

internal static class MasterDetailsView
internal static class ListDetailsView
{
internal const string DetailsCommandBar = nameof(DetailsCommandBar);
internal const string DetailsTemplate = nameof(DetailsTemplate);
internal const string MasterCommandBar = nameof(MasterCommandBar);
internal const string MasterHeader = nameof(MasterHeader);
internal const string MasterHeaderTemplate = nameof(MasterHeaderTemplate);
internal const string MasterPaneBackground = nameof(MasterPaneBackground);
internal const string MasterPaneWidth = nameof(MasterPaneWidth);
internal const string ListCommandBar = nameof(ListCommandBar);
internal const string ListHeader = nameof(ListHeader);
internal const string ListHeaderTemplate = nameof(ListHeaderTemplate);
internal const string ListPaneBackground = nameof(ListPaneBackground);
internal const string ListPaneWidth = nameof(ListPaneWidth);
internal const string NoSelectionContent = nameof(NoSelectionContent);
internal const string NoSelectionContentTemplate = nameof(NoSelectionContentTemplate);
internal const string SelectedItem = nameof(SelectedItem);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.Toolkit.Uwp.UI.Controls.Design</RootNamespace>
<AssemblyName>Microsoft.Toolkit.Uwp.UI.Controls.DesignTools</AssemblyName>
<AssemblyName>Microsoft.Toolkit.Uwp.UI.Controls.Core.DesignTools</AssemblyName>
<FileAlignment>512</FileAlignment>
<TargetPlatformVersion>8.1</TargetPlatformVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<ValidateFrameworkCompatibility>false</ValidateFrameworkCompatibility>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\Microsoft.Toolkit.Uwp.UI.Controls\bin\Debug\uap10.0.17763\Design\</OutputPath>
<OutputPath>..\Microsoft.Toolkit.Uwp.UI.Controls.Core\bin\Debug\uap10.0.17763\Design\</OutputPath>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>..\Microsoft.Toolkit.Uwp.UI.Controls\bin\Release\uap10.0.17763\Design\</OutputPath>
<OutputPath>..\Microsoft.Toolkit.Uwp.UI.Controls.Core\bin\Release\uap10.0.17763\Design\</OutputPath>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<Optimize>true</Optimize>
Expand Down Expand Up @@ -99,8 +99,8 @@
<Compile Include="Controls\LayoutTransitionControl.Typedata.cs" />
<Compile Include="Controls\Loading.Metadata.cs" />
<Compile Include="Controls\Loading.Typedata.cs" />
<Compile Include="Controls\MasterDetailsView.Metadata.cs" />
<Compile Include="Controls\MasterDetailsView.Typedata.cs" />
<Compile Include="Controls\ListDetailsView.Metadata.cs" />
<Compile Include="Controls\ListDetailsView.Typedata.cs" />
<Compile Include="Controls\Menu.Metadata.cs" />
<Compile Include="Controls\Menu.Typedata.cs" />
<Compile Include="Controls\MenuItem.Metadata.cs" />
Expand Down Expand Up @@ -137,8 +137,8 @@
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\Microsoft.Toolkit.Uwp.UI.Controls\bin\$(Configuration)\uap10.0.17763\Microsoft.Toolkit.Uwp.UI.Controls.xml">
<Link>Microsoft.Toolkit.Uwp.UI.Controls.xml</Link>
<EmbeddedResource Include="..\Microsoft.Toolkit.Uwp.UI.Controls.Core\bin\$(Configuration)\uap10.0.17763\Microsoft.Toolkit.Uwp.UI.Controls.Core.xml">
<Link>Microsoft.Toolkit.Uwp.UI.Controls.Core.xml</Link>
<Visible>False</Visible>
</EmbeddedResource>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected override void OnExpanded(EventArgs args)
{
Width = _normalModeWidth;
VisualStateManager.GoToState(this, "Expanded", true);
var name = "WCT_BladeView_ExpandButton_Collapsed".GetLocalized("Microsoft.Toolkit.Uwp.UI.Controls/Resources");
var name = "WCT_BladeView_ExpandButton_Collapsed".GetLocalized("Microsoft.Toolkit.Uwp.UI.Controls.Core/Resources");
if (_enlargeButton != null)
{
AutomationProperties.SetName(_enlargeButton, name);
Expand All @@ -86,7 +86,7 @@ protected override void OnCollapsed(EventArgs args)
{
Width = double.NaN;
VisualStateManager.GoToState(this, "Collapsed", true);
var name = "WCT_BladeView_ExpandButton_Expanded".GetLocalized("Microsoft.Toolkit.Uwp.UI.Controls/Resources");
var name = "WCT_BladeView_ExpandButton_Expanded".GetLocalized("Microsoft.Toolkit.Uwp.UI.Controls.Core/Resources");
if (_enlargeButton != null)
{
AutomationProperties.SetName(_enlargeButton, name);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public GridSplitter()
{
DefaultStyleKey = typeof(GridSplitter);
Loaded += GridSplitter_Loaded;
string automationName = "WCT_GridSplitter_AutomationName".GetLocalized("Microsoft.Toolkit.Uwp.UI.Controls/Resources");
string automationName = "WCT_GridSplitter_AutomationName".GetLocalized("Microsoft.Toolkit.Uwp.UI.Controls.Core/Resources");
AutomationProperties.SetName(this, automationName);
}

Expand Down
Loading