1 write to ChildrenProperty
PresentationCore (1)
System\Windows\Media\Generated\DrawingGroup.cs (1)
871
ChildrenProperty
=
5 references to ChildrenProperty
PresentationCore (3)
System\Windows\Media\Generated\DrawingGroup.cs (3)
169
target.PropertyChanged(
ChildrenProperty
);
400
return (DrawingCollection) GetValue(
ChildrenProperty
);
404
SetValueInternal(
ChildrenProperty
, value);
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2414
DependencyProperty dp = System.Windows.Media.DrawingGroup.
ChildrenProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1764
return System.Windows.Media.DrawingGroup.
ChildrenProperty
;