4 writes to isFromScRgb
PresentationCore (4)
System\Windows\Media\Color.cs (4)
66
c1.
isFromScRgb
= false;
138
c1.
isFromScRgb
= false;
169
c1.
isFromScRgb
= true;
191
c1.
isFromScRgb
= false;
2 references to isFromScRgb
PresentationCore (2)
System\Windows\Media\Color.cs (2)
231
string format =
isFromScRgb
? c_scRgbFormat : null;
247
string format =
isFromScRgb
? c_scRgbFormat : null;