Skip to content

Commit d1fc7e5

Browse files
committed
Removed unused TemplatePart
1 parent 65362f0 commit d1fc7e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/TabbedCommandBar/TabbedCommandBar.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ namespace Microsoft.Toolkit.Uwp.UI.Controls
1515
/// A basic ribbon control that houses <see cref="TabbedCommandBarItem"/>s
1616
/// </summary>
1717
[ContentProperty(Name = nameof(MenuItems))]
18-
[TemplatePart(Name = "PART_RibbonNavigationView", Type = typeof(NavigationView))]
1918
[TemplatePart(Name = "PART_RibbonContent", Type = typeof(ContentControl))]
2019
[TemplatePart(Name = "PART_RibbonContentBorder", Type = typeof(Border))]
2120
[TemplatePart(Name = "PART_TabChangedStoryboard", Type = typeof(Storyboard))]

0 commit comments

Comments
 (0)