4 references to ChildProperty
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (2)
130get { return (UIElement) GetValue(ChildProperty); } 131set { SetValue(ChildProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3215DependencyProperty dp = System.Windows.Controls.Primitives.Popup.ChildProperty;
System\Windows\Markup\KnownTypes.cs (1)
1860return System.Windows.Controls.Primitives.Popup.ChildProperty;