Base:
method
ShouldApplyItemContainerStyle
System.Windows.Controls.MenuItem.ShouldApplyItemContainerStyle(System.Windows.DependencyObject, System.Object)
2 overrides of ShouldApplyItemContainerStyle
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenuItem.cs (1)
87
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationSplitMenuItem.cs (1)
85
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
2 references to ShouldApplyItemContainerStyle
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenuItem.cs (1)
97
return base.
ShouldApplyItemContainerStyle
(container, item);
Microsoft\Windows\Controls\Ribbon\RibbonApplicationSplitMenuItem.cs (1)
95
return base.
ShouldApplyItemContainerStyle
(container, item);