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)
84
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationSplitMenuItem.cs (1)
82
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
2 references to ShouldApplyItemContainerStyle
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenuItem.cs (1)
94
return base.
ShouldApplyItemContainerStyle
(container, item);
Microsoft\Windows\Controls\Ribbon\RibbonApplicationSplitMenuItem.cs (1)
92
return base.
ShouldApplyItemContainerStyle
(container, item);