4 references to clearColor
PresentationCore (4)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (4)
2324
command.
clearColor
.b = color.ScB;
2325
command.
clearColor
.r = color.ScR;
2326
command.
clearColor
.g = color.ScG;
2327
command.
clearColor
.a = color.ScA;