4 overrides of ShouldApplyItemContainerStyle
PresentationFramework (2)
System\Windows\Controls\MenuItem.cs (1)
2079
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
System\Windows\Controls\Primitives\StatusBar.cs (1)
154
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
524
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
602
protected override bool
ShouldApplyItemContainerStyle
(DependencyObject container, object item)
5 references to ShouldApplyItemContainerStyle
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (1)
1363
if (
ShouldApplyItemContainerStyle
(container, item))
System\Windows\Controls\MenuItem.cs (1)
2087
return base.
ShouldApplyItemContainerStyle
(container, item);
System\Windows\Controls\Primitives\StatusBar.cs (1)
162
return base.
ShouldApplyItemContainerStyle
(container, item);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
533
return base.
ShouldApplyItemContainerStyle
(container, item);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
611
return base.
ShouldApplyItemContainerStyle
(container, item);