1 write to ItemContainerStyle
PresentationFramework (1)
System\Windows\Controls\HeaderedItemsControl.cs (1)
496ItemContainerStyle = hTemplate.ItemContainerStyle;
8 references to ItemContainerStyle
PresentationFramework (6)
System\Windows\Controls\HeaderedItemsControl.cs (2)
425bool containerStyleMatches = (ItemContainerStyle == parentItemsControl.ItemContainerStyle);
System\Windows\Controls\ItemsControl.cs (4)
739/// This property is ignored if <seealso cref="ItemContainerStyle"/> is set. 768if ((_itemContainerGenerator != null) && (ItemContainerStyle == null)) 1749Style itemContainerStyle = parentItemsControl.ItemContainerStyle; 3492Style style = ItemContainerStyle;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
292if (itemsControl.ItemContainerStyle == parentItemsControl.ItemContainerStyle)