1 write to ChildrenProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (1)
230
ChildrenProperty
=
4 references to ChildrenProperty
PresentationCore (2)
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (2)
100
return (BitmapEffectCollection) GetValue(
ChildrenProperty
);
104
SetValueInternal(
ChildrenProperty
, value);
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1746
DependencyProperty dp = System.Windows.Media.Effects.BitmapEffectGroup.
ChildrenProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1687
return System.Windows.Media.Effects.BitmapEffectGroup.
ChildrenProperty
;