4 writes to isFromScRgb
PresentationCore (4)
Core\CSharp\System\Windows\Media\Color.cs (4)
67c1.isFromScRgb = false; 139c1.isFromScRgb = false; 170c1.isFromScRgb = true; 192c1.isFromScRgb = false;
2 references to isFromScRgb
PresentationCore (2)
Core\CSharp\System\Windows\Media\Color.cs (2)
232string format = isFromScRgb ? c_scRgbFormat : null; 248string format = isFromScRgb ? c_scRgbFormat : null;