2 overrides of ShouldApplyItemContainerStyle
PresentationFramework (2)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
2137protected override bool ShouldApplyItemContainerStyle(DependencyObject container, object item)
src\Framework\System\Windows\Controls\Primitives\StatusBar.cs (1)
158protected override bool ShouldApplyItemContainerStyle(DependencyObject container, object item)
3 references to ShouldApplyItemContainerStyle
PresentationFramework (3)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
1376if (ShouldApplyItemContainerStyle(container, item))
src\Framework\System\Windows\Controls\MenuItem.cs (1)
2145return base.ShouldApplyItemContainerStyle(container, item);
src\Framework\System\Windows\Controls\Primitives\StatusBar.cs (1)
166return base.ShouldApplyItemContainerStyle(container, item);