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\RibbonApplicationMenu.cs (1)
252
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
1 reference to ShouldApplyItemContainerStyle
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenu.cs (1)
262
return base.
ShouldApplyItemContainerStyle
(container, item);