1 write to ChildrenProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\MaterialGroup.cs (1)
482
ChildrenProperty
=
5 references to ChildrenProperty
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\Generated\MaterialGroup.cs (3)
175
target.PropertyChanged(
ChildrenProperty
);
188
return (MaterialCollection) GetValue(
ChildrenProperty
);
192
SetValueInternal(
ChildrenProperty
, value);
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3090
DependencyProperty dp = System.Windows.Media.Media3D.MaterialGroup.
ChildrenProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1847
return System.Windows.Media.Media3D.MaterialGroup.
ChildrenProperty
;