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