Base:
method
ShouldApplyItemContainerStyle
System.Windows.Controls.ItemsControl.ShouldApplyItemContainerStyle(System.Windows.DependencyObject, System.Object)
1 override of ShouldApplyItemContainerStyle
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
531
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
1 reference to ShouldApplyItemContainerStyle
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
540
return base.
ShouldApplyItemContainerStyle
(container, item);