1 write to ColorProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\Light.cs (1)
225ColorProperty =
7 references to ColorProperty
PresentationCore (7)
Core\CSharp\System\Windows\Media3D\Generated\AmbientLight.cs (1)
156DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(ColorProperty, channel);
Core\CSharp\System\Windows\Media3D\Generated\DirectionalLight.cs (1)
175DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(ColorProperty, channel);
Core\CSharp\System\Windows\Media3D\Generated\Light.cs (3)
91target.PropertyChanged(ColorProperty); 104return (Color) GetValue(ColorProperty); 108SetValueInternal(ColorProperty, value);
Core\CSharp\System\Windows\Media3D\Generated\PointLight.cs (1)
156DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(ColorProperty, channel);
Core\CSharp\System\Windows\Media3D\Generated\SpotLight.cs (1)
219DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(ColorProperty, channel);