4 writes to isFromScRgb
PresentationCore (4)
System\Windows\Media\Color.cs (4)
56
c1.
isFromScRgb
= false;
128
c1.
isFromScRgb
= false;
159
c1.
isFromScRgb
= true;
181
c1.
isFromScRgb
= false;
2 references to isFromScRgb
PresentationCore (2)
System\Windows\Media\Color.cs (2)
221
string format =
isFromScRgb
? c_scRgbFormat : null;
237
string format =
isFromScRgb
? c_scRgbFormat : null;