4 writes to isFromScRgb
PresentationCore (4)
System\Windows\Media\Color.cs (4)
58
c1.
isFromScRgb
= false;
130
c1.
isFromScRgb
= false;
161
c1.
isFromScRgb
= true;
183
c1.
isFromScRgb
= false;
2 references to isFromScRgb
PresentationCore (2)
System\Windows\Media\Color.cs (2)
223
string format =
isFromScRgb
? c_scRgbFormat : null;
239
string format =
isFromScRgb
? c_scRgbFormat : null;