1 write to ColorProperty
PresentationCore (1)
System\Windows\Media3D\Generated\Light.cs (1)
219
ColorProperty
=
7 references to ColorProperty
PresentationCore (7)
System\Windows\Media3D\Generated\AmbientLight.cs (1)
144
DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(
ColorProperty
, channel);
System\Windows\Media3D\Generated\DirectionalLight.cs (1)
163
DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(
ColorProperty
, channel);
System\Windows\Media3D\Generated\Light.cs (3)
85
target.PropertyChanged(
ColorProperty
);
98
return (Color) GetValue(
ColorProperty
);
102
SetValueInternal(
ColorProperty
, value);
System\Windows\Media3D\Generated\PointLight.cs (1)
144
DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(
ColorProperty
, channel);
System\Windows\Media3D\Generated\SpotLight.cs (1)
207
DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(
ColorProperty
, channel);