4 overrides of ShouldApplyItemContainerStyle
PresentationFramework (2)
System\Windows\Controls\MenuItem.cs (1)
2071
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
System\Windows\Controls\Primitives\StatusBar.cs (1)
153
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
537
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
601
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
5 references to ShouldApplyItemContainerStyle
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (1)
1350
if (
ShouldApplyItemContainerStyle
(container, item))
System\Windows\Controls\MenuItem.cs (1)
2079
return base.
ShouldApplyItemContainerStyle
(container, item);
System\Windows\Controls\Primitives\StatusBar.cs (1)
161
return base.
ShouldApplyItemContainerStyle
(container, item);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
546
return base.
ShouldApplyItemContainerStyle
(container, item);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
610
return base.
ShouldApplyItemContainerStyle
(container, item);