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