13 writes to a
PresentationCore (13)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (3)
2203
command.clearColor.
a
= 1.0f;
2327
command.clearColor.
a
= color.ScA;
2409
command.colorKey.
a
= colorKey.ScA;
System\Windows\Media\Composition.cs (1)
19
color.
a
= c.ScA;
System\Windows\Media\Effects\ShaderEffect.cs (9)
875
newVal.r = newVal.g = newVal.b = newVal.
a
= fVal;
883
newVal.
a
= (float)col.A / 255f;
891
newVal.
a
= 1f;
899
newVal.
a
= 1f;
907
newVal.
a
= 1f;
915
newVal.
a
= 1f;
923
newVal.
a
= 1f;
931
newVal.
a
= (float)p.W;
938
newVal.r = newVal.b = newVal.g = newVal.
a
= 1f;
1 reference to a
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_core_types.cs (1)
463
return
a
.GetHashCode() ^ r.GetHashCode() ^ g.GetHashCode() ^ b.GetHashCode();