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