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