We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65362f0 commit d1fc7e5Copy full SHA for d1fc7e5
Microsoft.Toolkit.Uwp.UI.Controls/TabbedCommandBar/TabbedCommandBar.cs
@@ -15,7 +15,6 @@ namespace Microsoft.Toolkit.Uwp.UI.Controls
15
/// A basic ribbon control that houses <see cref="TabbedCommandBarItem"/>s
16
/// </summary>
17
[ContentProperty(Name = nameof(MenuItems))]
18
- [TemplatePart(Name = "PART_RibbonNavigationView", Type = typeof(NavigationView))]
19
[TemplatePart(Name = "PART_RibbonContent", Type = typeof(ContentControl))]
20
[TemplatePart(Name = "PART_RibbonContentBorder", Type = typeof(Border))]
21
[TemplatePart(Name = "PART_TabChangedStoryboard", Type = typeof(Storyboard))]
0 commit comments