1 write to ChildrenProperty
PresentationCore (1)
System\Windows\Media3D\Generated\MaterialGroup.cs (1)
447
ChildrenProperty
=
5 references to ChildrenProperty
PresentationCore (3)
System\Windows\Media3D\Generated\MaterialGroup.cs (3)
153
target.PropertyChanged(
ChildrenProperty
);
166
return (MaterialCollection)GetValue(
ChildrenProperty
);
170
SetValueInternal(
ChildrenProperty
, value);
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3205
DependencyProperty dp = System.Windows.Media.Media3D.MaterialGroup.
ChildrenProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1839
return System.Windows.Media.Media3D.MaterialGroup.
ChildrenProperty
;