1 write to ChildrenProperty
PresentationCore (1)
System\Windows\Media\Generated\DrawingGroup.cs (1)
879
ChildrenProperty
=
5 references to ChildrenProperty
PresentationCore (3)
System\Windows\Media\Generated\DrawingGroup.cs (3)
155
target.PropertyChanged(
ChildrenProperty
);
410
return (DrawingCollection) GetValue(
ChildrenProperty
);
414
SetValueInternal(
ChildrenProperty
, value);
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2475
DependencyProperty dp = System.Windows.Media.DrawingGroup.
ChildrenProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1757
return System.Windows.Media.DrawingGroup.
ChildrenProperty
;