5 references to IsItemsHostProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\ItemsPanelTemplate.cs (1)
137root.SetValue(Panel.IsItemsHostProperty, true);
src\Framework\System\Windows\Controls\Panel.cs (2)
236get { return (bool) GetValue(IsItemsHostProperty); } 237set { SetValue(IsItemsHostProperty, BooleanBoxes.Box(value)); }
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8089DependencyProperty dp = System.Windows.Controls.Panel.IsItemsHostProperty;
src\Framework\System\Windows\TemplateContent.cs (1)
267pv.Property = Panel.IsItemsHostProperty;