1 write to ChildrenProperty
PresentationCore (1)
System\Windows\Media\Generated\DrawingGroup.cs (1)
845
ChildrenProperty
=
5 references to ChildrenProperty
PresentationCore (3)
System\Windows\Media\Generated\DrawingGroup.cs (3)
143
target.PropertyChanged(
ChildrenProperty
);
374
return (DrawingCollection) GetValue(
ChildrenProperty
);
378
SetValueInternal(
ChildrenProperty
, value);
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2412
DependencyProperty dp = System.Windows.Media.DrawingGroup.
ChildrenProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1764
return System.Windows.Media.DrawingGroup.
ChildrenProperty
;