1 write to ItemContainerStyle
PresentationFramework (1)
System\Windows\Controls\HeaderedItemsControl.cs (1)
495ItemContainerStyle = hTemplate.ItemContainerStyle;
8 references to ItemContainerStyle
PresentationFramework (6)
System\Windows\Controls\HeaderedItemsControl.cs (2)
424bool containerStyleMatches = (ItemContainerStyle == parentItemsControl.ItemContainerStyle);
System\Windows\Controls\ItemsControl.cs (4)
732/// This property is ignored if <seealso cref="ItemContainerStyle"/> is set. 761if ((_itemContainerGenerator != null) && (ItemContainerStyle == null)) 1721Style itemContainerStyle = parentItemsControl.ItemContainerStyle; 3461Style style = ItemContainerStyle;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
295if (itemsControl.ItemContainerStyle == parentItemsControl.ItemContainerStyle)