3 instantiations of RgbColor
PresentationFramework.Classic (3)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
342return new RgbColor(hlsColor.Alpha, red, green, blue); 385HlsColor hls = RgbToHls(new RgbColor(controlColor)); 394HlsColor hls = RgbToHls(new RgbColor(controlColor));
3 references to RgbColor
PresentationFramework.Classic (3)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
211private static HlsColor RgbToHls(RgbColor rgbColor) 230private static HlsColor RgbToHls(RgbColor rgbColor, out bool isHueDefined, out bool isSaturationDefined) 310private static RgbColor HlsToRgb(HlsColor hlsColor)