1 write to ItemContainerStyle
PresentationFramework (1)
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
497ItemContainerStyle = hTemplate.ItemContainerStyle;
6 references to ItemContainerStyle
PresentationFramework (6)
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (2)
426bool containerStyleMatches = (ItemContainerStyle == parentItemsControl.ItemContainerStyle);
src\Framework\System\Windows\Controls\ItemsControl.cs (4)
750/// This property is ignored if <seealso cref="ItemContainerStyle"/> is set. 779if ((_itemContainerGenerator != null) && (ItemContainerStyle == null)) 1761Style itemContainerStyle = parentItemsControl.ItemContainerStyle; 3432Style style = ItemContainerStyle;