1 write to ChildrenProperty
PresentationCore (1)
System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (1)
223
ChildrenProperty
=
4 references to ChildrenProperty
PresentationCore (2)
System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (2)
94
return (BitmapEffectCollection) GetValue(
ChildrenProperty
);
98
SetValueInternal(
ChildrenProperty
, value);
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1754
DependencyProperty dp = System.Windows.Media.Effects.BitmapEffectGroup.
ChildrenProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1686
return System.Windows.Media.Effects.BitmapEffectGroup.
ChildrenProperty
;