1 write to ChildrenProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (1)
916
ChildrenProperty
=
5 references to ChildrenProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (3)
179
target.PropertyChanged(
ChildrenProperty
);
434
return (DrawingCollection) GetValue(
ChildrenProperty
);
438
SetValueInternal(
ChildrenProperty
, value);
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2406
DependencyProperty dp = System.Windows.Media.DrawingGroup.
ChildrenProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1765
return System.Windows.Media.DrawingGroup.
ChildrenProperty
;