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