5 references to IsItemsHostProperty
PresentationFramework (5)
System\Windows\Controls\ItemsPanelTemplate.cs (1)
127root.SetValue(Panel.IsItemsHostProperty, true);
System\Windows\Controls\Panel.cs (2)
224get { return (bool) GetValue(IsItemsHostProperty); } 225set { SetValue(IsItemsHostProperty, BooleanBoxes.Box(value)); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8792DependencyProperty dp = System.Windows.Controls.Panel.IsItemsHostProperty;
System\Windows\TemplateContent.cs (1)
253Property = Panel.IsItemsHostProperty