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