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