1 write to ItemContainerStyle
PresentationFramework (1)
System\Windows\Controls\HeaderedItemsControl.cs (1)
501
ItemContainerStyle
= hTemplate.ItemContainerStyle;
8 references to ItemContainerStyle
PresentationFramework (6)
System\Windows\Controls\HeaderedItemsControl.cs (2)
430
bool containerStyleMatches = (
ItemContainerStyle
== parentItemsControl.
ItemContainerStyle
);
System\Windows\Controls\ItemsControl.cs (4)
748
/// This property is ignored if <seealso cref="
ItemContainerStyle
"/> is set.
777
if ((_itemContainerGenerator != null) && (
ItemContainerStyle
== null))
1758
Style itemContainerStyle = parentItemsControl.
ItemContainerStyle
;
3501
Style style =
ItemContainerStyle
;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
297
if (itemsControl.
ItemContainerStyle
== parentItemsControl.
ItemContainerStyle
)