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