1 write to ChildrenProperty
PresentationCore (1)
System\Windows\Media3D\Generated\MaterialGroup.cs (1)
457
ChildrenProperty
=
5 references to ChildrenProperty
PresentationCore (3)
System\Windows\Media3D\Generated\MaterialGroup.cs (3)
165
target.PropertyChanged(
ChildrenProperty
);
178
return (MaterialCollection) GetValue(
ChildrenProperty
);
182
SetValueInternal(
ChildrenProperty
, value);
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3098
DependencyProperty dp = System.Windows.Media.Media3D.MaterialGroup.
ChildrenProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1846
return System.Windows.Media.Media3D.MaterialGroup.
ChildrenProperty
;