4 overrides of ShouldApplyItemContainerStyle
PresentationFramework (2)
System\Windows\Controls\MenuItem.cs (1)
2089
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
System\Windows\Controls\Primitives\StatusBar.cs (1)
157
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
526
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
605
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
5 references to ShouldApplyItemContainerStyle
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (1)
1372
if (
ShouldApplyItemContainerStyle
(container, item))
System\Windows\Controls\MenuItem.cs (1)
2097
return base.
ShouldApplyItemContainerStyle
(container, item);
System\Windows\Controls\Primitives\StatusBar.cs (1)
165
return base.
ShouldApplyItemContainerStyle
(container, item);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
535
return base.
ShouldApplyItemContainerStyle
(container, item);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
614
return base.
ShouldApplyItemContainerStyle
(container, item);