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