2 references to ItemContainerTemplateSelectorProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\StatusBar.cs (2)
66get { return (ItemContainerTemplateSelector)GetValue(ItemContainerTemplateSelectorProperty); } 67set { SetValue(ItemContainerTemplateSelectorProperty, value); }