14 writes to r
PresentationCore (14)
System\Windows\Media\Color.cs (14)
54c1.sRgbColor.r = 0; 104c1.sRgbColor.r = ScRgbTosRgb(c1.scRgbColor.r); 129c1.sRgbColor.r = (byte)((argb & 0x00ff0000) >> 16); 164c1.sRgbColor.r = ScRgbTosRgb(c1.scRgbColor.r); 187c1.sRgbColor.r = ScRgbTosRgb(c1.scRgbColor.r); 372sRgbColor.r = ScRgbTosRgb(scRgbColor.r); 440c1.sRgbColor.r = 0; 444c1.sRgbColor.r = 255; 448c1.sRgbColor.r = (byte)((sRGBValue[0] * 255.0f) + 0.5f); 559c1.sRgbColor.r = 0; 563c1.sRgbColor.r = 255; 567c1.sRgbColor.r = (byte)((sRGBValue[0] * 255.0f) + 0.5f); 837sRgbColor.r = value; 939sRgbColor.r = ScRgbTosRgb(value);
6 references to r
PresentationCore (6)
System\Windows\Media\Color.cs (6)
133c1.scRgbColor.r = sRgbToScRgb(c1.sRgbColor.r); // note that context is undefined and thus unloaded 282return string.Create(provider, stackalloc char[128], $"#{this.sRgbColor.a:X2}{this.sRgbColor.r:X2}{this.sRgbColor.g:X2}{this.sRgbColor.b:X2}"); 477c1.scRgbColor.r = sRgbToScRgb(c1.sRgbColor.r); 596c1.scRgbColor.r = sRgbToScRgb(c1.sRgbColor.r); 830return sRgbColor.r; 1117sRGBValue[0] = this.sRgbColor.r / 255.0f;