4 writes to isFromScRgb
PresentationCore (4)
System\Windows\Media\Color.cs (4)
57
c1.
isFromScRgb
= false;
129
c1.
isFromScRgb
= false;
160
c1.
isFromScRgb
= true;
182
c1.
isFromScRgb
= false;
2 references to isFromScRgb
PresentationCore (2)
System\Windows\Media\Color.cs (2)
222
string format =
isFromScRgb
? c_scRgbFormat : null;
238
string format =
isFromScRgb
? c_scRgbFormat : null;