5 references to IsItemsHostProperty
PresentationFramework (5)
System\Windows\Controls\ItemsPanelTemplate.cs (1)
133root.SetValue(Panel.IsItemsHostProperty, true);
System\Windows\Controls\Panel.cs (2)
232get { return (bool) GetValue(IsItemsHostProperty); } 233set { SetValue(IsItemsHostProperty, BooleanBoxes.Box(value)); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8131DependencyProperty dp = System.Windows.Controls.Panel.IsItemsHostProperty;
System\Windows\TemplateContent.cs (1)
256pv.Property = Panel.IsItemsHostProperty;