500 references to FromRgb
Microsoft.CodeAnalysis.EditorFeatures.Wpf (54)
Adornments\BrushTag.cs (1)
22private static readonly Color s_lightGray = Color.FromRgb(0xA5, 0xA5, 0xA5);
BraceMatching\BraceMatchingTypeFormatDefinitions.cs (1)
31this.BackgroundColor = Color.FromRgb(0xDB, 0xE0, 0xCC);
Classification\ClassificationTypeFormatDefinitions.cs (39)
90this.ForegroundColor = Color.FromRgb(0x9e, 0x5b, 0x71); 222this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 280this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 300this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 320this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 339this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 359this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 379this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 584this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 602this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 622this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 640this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 658this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 676this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 712this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 730this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 767this.BackgroundColor = Color.FromRgb(0xe5, 0xe5, 0xe5); 785this.ForegroundColor = Color.FromRgb(0xff, 0x00, 0xc1); 805this.ForegroundColor = Color.FromRgb(0x00, 0x80, 0x00); 823this.ForegroundColor = Color.FromRgb(0x00, 0x73, 0xff); 841this.ForegroundColor = Color.FromRgb(0xff, 0x00, 0xc1); 859this.ForegroundColor = Color.FromRgb(0xff, 0x00, 0xc1); 877this.ForegroundColor = Color.FromRgb(0x05, 0xc3, 0xba); 895this.ForegroundColor = Color.FromRgb(0x05, 0xc3, 0xba); 913this.ForegroundColor = Color.FromRgb(0x80, 0x00, 0x00); 934this.ForegroundColor = Color.FromRgb(0x80, 0x00, 0x00); 953this.ForegroundColor = Color.FromRgb(0x9e, 0x5b, 0x71); 1129this.ForegroundColor = Color.FromRgb(0xB9, 0x64, 0x64); // HC_LIGHTRED 1146this.ForegroundColor = Color.FromRgb(0x55, 0x55, 0x55); // HC_LIGHTBLACK 1163this.ForegroundColor = Color.FromRgb(0x64, 0x64, 0xB9); // HC_LIGHTBLUE 1180this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 1197this.ForegroundColor = Color.FromRgb(0x62, 0x97, 0x55); // HC_LIGHTGREEN 1214this.ForegroundColor = Color.FromRgb(0x64, 0x64, 0xB9); // HC_LIGHTBLUE 1231this.ForegroundColor = Color.FromRgb(0x55, 0x55, 0x55); // HC_LIGHTBLACK 1232this.BackgroundColor = Color.FromRgb(0xFF, 0xFE, 0xBF); // HC_LIGHTYELLOW 1249this.ForegroundColor = Color.FromRgb(0xB9, 0x64, 0x64); // HC_LIGHTRED 1266this.ForegroundColor = Color.FromRgb(0x84, 0x46, 0x46); // HC_LIGHTMAROON 1283this.ForegroundColor = Color.FromRgb(0xC0, 0xC0, 0xC0); // HC_LIGHTGRAY 1300this.ForegroundColor = Color.FromRgb(0x55, 0x55, 0x55); // HC_LIGHTBLACK
InlineDiagnostics\InlineDiagnosticsFormatDefinition.cs (5)
37BackgroundBrush = new SolidColorBrush(Color.FromRgb(252, 62, 54)); 38ForegroundBrush = new SolidColorBrush(Color.FromRgb(0, 0, 0)); 57BackgroundBrush = new SolidColorBrush(Color.FromRgb(149, 219, 125)); 58ForegroundBrush = new SolidColorBrush(Color.FromRgb(0, 0, 0)); 78ForegroundBrush = new SolidColorBrush(Color.FromRgb(0, 0, 0));
InlineHints\InlineHintsFormatDefinition.cs (2)
35this.ForegroundBrush = new SolidColorBrush(Color.FromRgb(104, 104, 104)); 36this.BackgroundBrush = new SolidColorBrush(Color.FromRgb(230, 230, 230));
InlineRename\HighlightTags\RenameFieldBackgroundAndBorderTagDefinition.cs (2)
27this.Border = new Pen(new SolidColorBrush(Color.FromRgb(0xFF, 0xFF, 0xFF)), thickness: 2.0); 28this.BackgroundColor = Color.FromRgb(0xd3, 0xf8, 0xd3);
InlineRename\Taggers\ClassificationFormatDefinitions.cs (1)
28this.ForegroundColor = Color.FromRgb(0x00, 0x64, 0x00);
PreviewWarningTagDefinition.cs (1)
27this.Border = new Pen(new SolidColorBrush(Color.FromRgb(230, 117, 64)), thickness: 1.5);
ReferenceHighlighting\DefinitionHighlightTagDefinition.cs (1)
26this.BackgroundColor = Color.FromRgb(219, 224, 204);
ReferenceHighlighting\WrittenReferenceHighlightTagDefinition.cs (1)
26this.BackgroundColor = Color.FromRgb(219, 224, 204);
PresentationCore (5)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
267Color color = Color.FromRgb((byte)(dw & 0xff), (byte)((dw & 0xff00) >> Native.BitsPerByte), (byte)((dw & 0xff0000) >> (Native.BitsPerByte * 2)));
System\Windows\InterOp\HwndTarget.cs (1)
110private Color _backgroundColor = Color.FromRgb(0, 0, 0);
System\Windows\Media\Color.cs (3)
418Color c2 = Color.FromRgb(0, 0, 0); 535Color c2 = Color.FromRgb(0, 0, 0); 1079Color c2 = Color.FromRgb(0, 0, 0);
PresentationFramework (8)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (3)
41_adornerPenBrush = new Pen(new SolidColorBrush(Color.FromRgb(132, 146, 222)), 1); 44_adornerFillBrush = new LinearGradientBrush(Color.FromRgb(240, 242, 255), //start color 45Color.FromRgb(180, 207, 248), //end color
MS\Internal\Ink\PenCursorManager.cs (3)
439Color.FromRgb(240, 242, 255), // Start Color 440Color.FromRgb(180, 207, 248), // End Color 445SolidColorBrush brush2 = new SolidColorBrush(Color.FromRgb(180, 207, 248));
System\windows\Documents\TextSelection.cs (1)
1645caretBrush = new SolidColorBrush(Color.FromRgb(r, g, b));
System\Windows\Documents\XamlToRtfWriter.cs (1)
3636Color color = Color.FromRgb((byte)((colorValue & 0x00ff0000) >> 16),
PresentationFramework.Aero (196)
Microsoft\Windows\Themes\BulletChrome.cs (100)
197ca = new ColorAnimation(Color.FromRgb(0x29, 0x62, 0x8D), duration); 200ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 203ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 207ca = new ColorAnimation(Color.FromRgb(0x33, 0xD7, 0xED), duration); 210ca = new ColorAnimation(Color.FromRgb(0x20, 0x94, 0xCE), duration); 231ca = new ColorAnimation(Color.FromRgb(0x79, 0xC6, 0xF9), duration); 234ca = new ColorAnimation(Color.FromRgb(0x79, 0xC6, 0xF9), duration); 237ca = new ColorAnimation(Color.FromRgb(0xD2, 0xED, 0xFD), duration); 242ca = new ColorAnimation(Color.FromRgb(0xB1, 0xDF, 0xFD), duration); 245ca = new ColorAnimation(Color.FromRgb(0xE9, 0xF7, 0xFE), duration); 255ca = new ColorAnimation(Color.FromRgb(0xFF, 0xFF, 0xFF), duration); 258ca = new ColorAnimation(Color.FromRgb(0x74, 0xFF, 0xFF), duration); 261ca = new ColorAnimation(Color.FromRgb(0x0D, 0xA0, 0xF3), duration); 278ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x2A, 0x62, 0x8D), duration); 285ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 288ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 292ca = new ColorAnimation(Color.FromRgb(0x2F, 0xA8, 0xD5), duration); 295ca = new ColorAnimation(Color.FromRgb(0x25, 0x59, 0x8C), duration); 347ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x2C, 0x62, 0x8B), duration); 350ca = new ColorAnimation(Color.FromRgb(0xC2, 0xE4, 0xF6), duration); 358ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 361ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 364ca = new ColorAnimation(Color.FromRgb(0x29, 0x62, 0x8D), duration); 368ca = new ColorAnimation(Color.FromRgb(0x17, 0x44, 0x7A), duration); 371ca = new ColorAnimation(Color.FromRgb(0x21, 0x8B, 0xC3), duration); 391ca = new ColorAnimation(Color.FromRgb(0x54, 0xA6, 0xD5), duration); 394ca = new ColorAnimation(Color.FromRgb(0x5E, 0xB5, 0xE4), duration); 397ca = new ColorAnimation(Color.FromRgb(0xC4, 0xE5, 0xF6), duration); 401ca = new ColorAnimation(Color.FromRgb(0x7F, 0xBA, 0xDC), duration); 404ca = new ColorAnimation(Color.FromRgb(0xD6, 0xED, 0xF9), duration); 420ca = new ColorAnimation(Color.FromRgb(0x95, 0xD9, 0xFC), duration); 423ca = new ColorAnimation(Color.FromRgb(0x3A, 0x84, 0xAA), duration); 426ca = new ColorAnimation(Color.FromRgb(0x07, 0x54, 0x83), duration); 977Brush = new SolidColorBrush(Color.FromRgb(0xA2, 0xAE, 0xB9)) 1002Brush = new SolidColorBrush(Color.FromRgb(0x19, 0x3B, 0x55)) 1164SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xAE, 0xB7, 0xCF)); 1184SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C)); 1206SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C)) 1238temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC9, 0xD5, 0xDE), 0)); 1239temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC0, 0xE3, 0xE8), 0.35)); 1240temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB0, 0xD4, 0xE9), 1)); 1269temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE5, 0xE5, 0xE5), 0.1)); 1270temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x5D, 0xCE, 0xDD), 0.35)); 1271temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0B, 0x82, 0xC7), 1)); 1300temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xFF, 0xFF, 0xFF), 0.1)); 1301temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x74, 0xFF, 0xFF), 0.35)); 1302temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0D, 0xA0, 0xF3), 1)); 1333temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x95, 0xD9, 0xFC), 0)); 1334temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3A, 0x84, 0xAA), 0.35)); 1335temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x07, 0x54, 0x83), 1)); 1356SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xDE, 0xF9, 0xFA)); 1376SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xC2, 0xE4, 0xF6)); 1396SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 1419Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)) 1443Brush = new SolidColorBrush(Color.FromRgb(0x2C, 0x62, 0x8B)) 1467Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5)) 1499brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xE1, 0xE3, 0xE5), 0.25)); 1500brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE9, 0xEA), 0.5)); 1501brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 1)); 1534brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xAE, 0xB3, 0xB9), 0.25)); 1535brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC2, 0xC4, 0xC6), 0.5)); 1536brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xEA, 0xEB, 0xEB), 1)); 1569brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x79, 0xC6, 0xF9), 0.3)); 1570brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x79, 0xC6, 0xF9), 0.5)); 1571brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xD2, 0xED, 0xFD), 1)); 1604brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x54, 0xA6, 0xD5), 0.3)); 1605brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x5E, 0xB5, 0xE4), 0.5)); 1606brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC4, 0xE5, 0xF6), 1)); 1639brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBF, 0xD0, 0xDD), 0)); 1640brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBD, 0xCB, 0xD7), 0.5)); 1641brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBA, 0xC4, 0xCC), 1)); 1674brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x2A, 0x62, 0x8D), 0)); 1675brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1676brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 1)); 1709brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x29, 0x62, 0x8D), 0)); 1710brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1711brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 1)); 1744brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 0)); 1745brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1746brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x29, 0x62, 0x8D), 1)); 1780brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xB3, 0xB8, 0xBD), 0)); 1781brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xEB, 0xEB, 0xEB), 1)); 1814brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x80, 0xCA, 0xF9), 0)); 1815brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xD2, 0xEE, 0xFD), 1)); 1848brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x5C, 0xAA, 0xD7), 0)); 1849brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC3, 0xE4, 0xF6), 1)); 1919temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCF, 0xD5), 0.2)); 1920temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF7, 0xF7, 0xF7), 0.8)); 1947temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB1, 0xDF, 0xFD), 0.2)); 1948temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE9, 0xF7, 0xFE), 0.8)); 1976temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x7F, 0xBA, 0xDC), 0.2)); 1977temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xED, 0xF9), 0.8)); 2006temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC0, 0xE5, 0xF3), 0.2)); 2007temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBD, 0xCD, 0xDC), 0.8)); 2035temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0xA8, 0xD5), 0.2)); 2036temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x25, 0x59, 0x8C), 0.8)); 2063temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x33, 0xD7, 0xED), 0.2)); 2064temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x20, 0x94, 0xCE), 0.8)); 2091temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x17, 0x44, 0x7A), 0.2)); 2092temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x8B, 0xC3), 0.8));
Microsoft\Windows\Themes\ButtonChrome.cs (8)
312ColorAnimation ca = new ColorAnimation(Color.FromRgb(0xC2, 0xE4, 0xF6), duration); 317ca = new ColorAnimation(Color.FromRgb(0xAB, 0xDA, 0xF3), duration); 320ca = new ColorAnimation(Color.FromRgb(0x90, 0xCB, 0xEB), duration); 323ca = new ColorAnimation(Color.FromRgb(0x2C, 0x62, 0x8B), duration); 758SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 822Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)) 846Brush = new SolidColorBrush(Color.FromRgb(0x2C, 0x62, 0x8B)) 871Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5))
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
510SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 609Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5))
Microsoft\Windows\Themes\ScrollChrome.cs (86)
131ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x21, 0x21, 0x21), duration); 133ca = new ColorAnimation(Color.FromRgb(0x57, 0x57, 0x57), duration); 135ca = new ColorAnimation(Color.FromRgb(0xB3, 0xB3, 0xB3), duration); 252ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x3C, 0x7F, 0xB1), duration); 255ca = new ColorAnimation(Color.FromRgb(0xE3, 0xF4, 0xFC), duration); 258ca = new ColorAnimation(Color.FromRgb(0xD6, 0xEE, 0xFB), duration); 261ca = new ColorAnimation(Color.FromRgb(0xA9, 0xDB, 0xF6), duration); 264ca = new ColorAnimation(Color.FromRgb(0xA4, 0xD5, 0xEF), duration); 271ca = new ColorAnimation(Color.FromRgb(0x15, 0x30, 0x3E), duration); 274ca = new ColorAnimation(Color.FromRgb(0x3C, 0x7F, 0xB1), duration); 277ca = new ColorAnimation(Color.FromRgb(0x9C, 0xCE, 0xE9), duration); 282ca = new ColorAnimation(Color.FromRgb(0x0D, 0x2A, 0x3A), duration); 285ca = new ColorAnimation(Color.FromRgb(0x1F, 0x63, 0x8A), duration); 288ca = new ColorAnimation(Color.FromRgb(0x2E, 0x97, 0xCF), duration); 329ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x15, 0x59, 0x8A), duration); 332ca = new ColorAnimation(Color.FromRgb(0xCA, 0xEC, 0xF9), duration); 335ca = new ColorAnimation(Color.FromRgb(0xAF, 0xE1, 0xF7), duration); 338ca = new ColorAnimation(Color.FromRgb(0x6F, 0xCA, 0xF0), duration); 341ca = new ColorAnimation(Color.FromRgb(0x66, 0xBA, 0xDD), duration); 348ca = new ColorAnimation(Color.FromRgb(0x0F, 0x24, 0x30), duration); 351ca = new ColorAnimation(Color.FromRgb(0x2E, 0x73, 0x97), duration); 354ca = new ColorAnimation(Color.FromRgb(0x8F, 0xB8, 0xCE), duration); 360ca = new ColorAnimation(Color.FromRgb(0x0E, 0x22, 0x2D), duration); 363ca = new ColorAnimation(Color.FromRgb(0x2F, 0x79, 0x9E), duration); 366ca = new ColorAnimation(Color.FromRgb(0x6B, 0xA0, 0xBC), duration); 831temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 0)); 832temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE8, 0xE9), 0.5)); 833temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xD6, 0xD8), 0.5)); 834temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBC, 0xBD, 0xC0), 1)); 863temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE3, 0xF4, 0xFC), 0)); 864temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xEE, 0xFB), 0.5)); 865temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA9, 0xDB, 0xF6), 0.5)); 866temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA4, 0xD5, 0xEF), 1)); 893temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xEC, 0xF9), 0)); 894temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAF, 0xE1, 0xF7), 0.5)); 895temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6F, 0xCA, 0xF0), 0.5)); 896temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x66, 0xBA, 0xDD), 1)); 924temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 0)); 925temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE8, 0xE9), 0.5)); 926temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xD6, 0xD8), 0.5)); 927temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBC, 0xBD, 0xC0), 1)); 954temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE3, 0xF4, 0xFC), 0)); 955temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xEE, 0xFB), 0.5)); 956temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA9, 0xDB, 0xF6), 0.5)); 957temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA4, 0xD5, 0xEF), 1)); 984temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xEC, 0xF9), 0)); 985temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAF, 0xE1, 0xF7), 0.5)); 986temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6F, 0xCA, 0xF0), 0.5)); 987temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x66, 0xBA, 0xDD), 1)); 1109Brush = new SolidColorBrush(Color.FromRgb(0x95, 0x95, 0x95)) 1135Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)) 1161Brush = new SolidColorBrush(Color.FromRgb(0x15, 0x59, 0x8A)) 1317Brush = new SolidColorBrush(Color.FromRgb(0xCF, 0xCF, 0xCF)) 1396temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1397temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1398temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1425temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x15, 0x30, 0x3E), 0.5)); 1426temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3C, 0x7F, 0xB1), 0.7)); 1427temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x9C, 0xCE, 0xE9), 1)); 1454temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0F, 0x24, 0x30), 0.5)); 1455temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x73, 0x97), 0.7)); 1456temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x8F, 0xB8, 0xCE), 1)); 1483temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1484temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1485temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1512temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x15, 0x30, 0x3E), 0.5)); 1513temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3C, 0x7F, 0xB1), 0.7)); 1514temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x9C, 0xCE, 0xE9), 1)); 1541temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0F, 0x24, 0x30), 0.5)); 1542temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x73, 0x97), 0.7)); 1543temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x8F, 0xB8, 0xCE), 1)); 1572temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x70, 0x70, 0x70), 0.5)); 1573temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x76, 0x76, 0x76), 0.7)); 1574temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCB, 0xCB), 1)); 1602temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x21, 0x21), 0.5)); 1603temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x57, 0x57, 0x57), 0.7)); 1604temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB3, 0xB3, 0xB3), 1)); 1632temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0D, 0x2A, 0x3A), 0.5)); 1633temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x1F, 0x63, 0x8A), 0.7)); 1634temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x97, 0xCF), 1)); 1662temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0E, 0x22, 0x2D), 0.5)); 1663temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0x79, 0x9E), 0.7)); 1664temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6B, 0xA0, 0xBC), 1)); 1752_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1753_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1754_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1));
PresentationFramework.Aero2 (196)
Microsoft\Windows\Themes\BulletChrome.cs (100)
197ca = new ColorAnimation(Color.FromRgb(0x29, 0x62, 0x8D), duration); 200ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 203ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 207ca = new ColorAnimation(Color.FromRgb(0x33, 0xD7, 0xED), duration); 210ca = new ColorAnimation(Color.FromRgb(0x20, 0x94, 0xCE), duration); 231ca = new ColorAnimation(Color.FromRgb(0x79, 0xC6, 0xF9), duration); 234ca = new ColorAnimation(Color.FromRgb(0x79, 0xC6, 0xF9), duration); 237ca = new ColorAnimation(Color.FromRgb(0xD2, 0xED, 0xFD), duration); 242ca = new ColorAnimation(Color.FromRgb(0xB1, 0xDF, 0xFD), duration); 245ca = new ColorAnimation(Color.FromRgb(0xE9, 0xF7, 0xFE), duration); 255ca = new ColorAnimation(Color.FromRgb(0xFF, 0xFF, 0xFF), duration); 258ca = new ColorAnimation(Color.FromRgb(0x74, 0xFF, 0xFF), duration); 261ca = new ColorAnimation(Color.FromRgb(0x0D, 0xA0, 0xF3), duration); 278ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x2A, 0x62, 0x8D), duration); 285ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 288ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 292ca = new ColorAnimation(Color.FromRgb(0x2F, 0xA8, 0xD5), duration); 295ca = new ColorAnimation(Color.FromRgb(0x25, 0x59, 0x8C), duration); 347ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x2C, 0x62, 0x8B), duration); 350ca = new ColorAnimation(Color.FromRgb(0xC2, 0xE4, 0xF6), duration); 358ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 361ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 364ca = new ColorAnimation(Color.FromRgb(0x29, 0x62, 0x8D), duration); 368ca = new ColorAnimation(Color.FromRgb(0x17, 0x44, 0x7A), duration); 371ca = new ColorAnimation(Color.FromRgb(0x21, 0x8B, 0xC3), duration); 391ca = new ColorAnimation(Color.FromRgb(0x54, 0xA6, 0xD5), duration); 394ca = new ColorAnimation(Color.FromRgb(0x5E, 0xB5, 0xE4), duration); 397ca = new ColorAnimation(Color.FromRgb(0xC4, 0xE5, 0xF6), duration); 401ca = new ColorAnimation(Color.FromRgb(0x7F, 0xBA, 0xDC), duration); 404ca = new ColorAnimation(Color.FromRgb(0xD6, 0xED, 0xF9), duration); 420ca = new ColorAnimation(Color.FromRgb(0x95, 0xD9, 0xFC), duration); 423ca = new ColorAnimation(Color.FromRgb(0x3A, 0x84, 0xAA), duration); 426ca = new ColorAnimation(Color.FromRgb(0x07, 0x54, 0x83), duration); 977Brush = new SolidColorBrush(Color.FromRgb(0xA2, 0xAE, 0xB9)) 1002Brush = new SolidColorBrush(Color.FromRgb(0x19, 0x3B, 0x55)) 1164SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xAE, 0xB7, 0xCF)); 1184SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C)); 1206SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C)) 1238temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC9, 0xD5, 0xDE), 0)); 1239temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC0, 0xE3, 0xE8), 0.35)); 1240temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB0, 0xD4, 0xE9), 1)); 1269temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE5, 0xE5, 0xE5), 0.1)); 1270temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x5D, 0xCE, 0xDD), 0.35)); 1271temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0B, 0x82, 0xC7), 1)); 1300temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xFF, 0xFF, 0xFF), 0.1)); 1301temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x74, 0xFF, 0xFF), 0.35)); 1302temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0D, 0xA0, 0xF3), 1)); 1333temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x95, 0xD9, 0xFC), 0)); 1334temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3A, 0x84, 0xAA), 0.35)); 1335temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x07, 0x54, 0x83), 1)); 1356SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xDE, 0xF9, 0xFA)); 1376SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xC2, 0xE4, 0xF6)); 1396SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 1419Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)) 1443Brush = new SolidColorBrush(Color.FromRgb(0x2C, 0x62, 0x8B)) 1467Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5)) 1499brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xE1, 0xE3, 0xE5), 0.25)); 1500brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE9, 0xEA), 0.5)); 1501brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 1)); 1534brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xAE, 0xB3, 0xB9), 0.25)); 1535brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC2, 0xC4, 0xC6), 0.5)); 1536brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xEA, 0xEB, 0xEB), 1)); 1569brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x79, 0xC6, 0xF9), 0.3)); 1570brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x79, 0xC6, 0xF9), 0.5)); 1571brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xD2, 0xED, 0xFD), 1)); 1604brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x54, 0xA6, 0xD5), 0.3)); 1605brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x5E, 0xB5, 0xE4), 0.5)); 1606brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC4, 0xE5, 0xF6), 1)); 1639brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBF, 0xD0, 0xDD), 0)); 1640brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBD, 0xCB, 0xD7), 0.5)); 1641brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBA, 0xC4, 0xCC), 1)); 1674brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x2A, 0x62, 0x8D), 0)); 1675brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1676brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 1)); 1709brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x29, 0x62, 0x8D), 0)); 1710brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1711brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 1)); 1744brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 0)); 1745brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1746brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x29, 0x62, 0x8D), 1)); 1780brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xB3, 0xB8, 0xBD), 0)); 1781brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xEB, 0xEB, 0xEB), 1)); 1814brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x80, 0xCA, 0xF9), 0)); 1815brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xD2, 0xEE, 0xFD), 1)); 1848brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x5C, 0xAA, 0xD7), 0)); 1849brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC3, 0xE4, 0xF6), 1)); 1919temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCF, 0xD5), 0.2)); 1920temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF7, 0xF7, 0xF7), 0.8)); 1947temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB1, 0xDF, 0xFD), 0.2)); 1948temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE9, 0xF7, 0xFE), 0.8)); 1976temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x7F, 0xBA, 0xDC), 0.2)); 1977temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xED, 0xF9), 0.8)); 2006temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC0, 0xE5, 0xF3), 0.2)); 2007temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBD, 0xCD, 0xDC), 0.8)); 2035temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0xA8, 0xD5), 0.2)); 2036temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x25, 0x59, 0x8C), 0.8)); 2063temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x33, 0xD7, 0xED), 0.2)); 2064temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x20, 0x94, 0xCE), 0.8)); 2091temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x17, 0x44, 0x7A), 0.2)); 2092temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x8B, 0xC3), 0.8));
Microsoft\Windows\Themes\ButtonChrome.cs (8)
312ColorAnimation ca = new ColorAnimation(Color.FromRgb(0xC2, 0xE4, 0xF6), duration); 317ca = new ColorAnimation(Color.FromRgb(0xAB, 0xDA, 0xF3), duration); 320ca = new ColorAnimation(Color.FromRgb(0x90, 0xCB, 0xEB), duration); 323ca = new ColorAnimation(Color.FromRgb(0x2C, 0x62, 0x8B), duration); 758SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 822Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)) 846Brush = new SolidColorBrush(Color.FromRgb(0x2C, 0x62, 0x8B)) 871Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5))
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
510SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 609Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5))
Microsoft\Windows\Themes\ScrollChrome.cs (86)
131ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x21, 0x21, 0x21), duration); 133ca = new ColorAnimation(Color.FromRgb(0x57, 0x57, 0x57), duration); 135ca = new ColorAnimation(Color.FromRgb(0xB3, 0xB3, 0xB3), duration); 252ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x3C, 0x7F, 0xB1), duration); 255ca = new ColorAnimation(Color.FromRgb(0xE3, 0xF4, 0xFC), duration); 258ca = new ColorAnimation(Color.FromRgb(0xD6, 0xEE, 0xFB), duration); 261ca = new ColorAnimation(Color.FromRgb(0xA9, 0xDB, 0xF6), duration); 264ca = new ColorAnimation(Color.FromRgb(0xA4, 0xD5, 0xEF), duration); 271ca = new ColorAnimation(Color.FromRgb(0x15, 0x30, 0x3E), duration); 274ca = new ColorAnimation(Color.FromRgb(0x3C, 0x7F, 0xB1), duration); 277ca = new ColorAnimation(Color.FromRgb(0x9C, 0xCE, 0xE9), duration); 282ca = new ColorAnimation(Color.FromRgb(0x0D, 0x2A, 0x3A), duration); 285ca = new ColorAnimation(Color.FromRgb(0x1F, 0x63, 0x8A), duration); 288ca = new ColorAnimation(Color.FromRgb(0x2E, 0x97, 0xCF), duration); 329ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x15, 0x59, 0x8A), duration); 332ca = new ColorAnimation(Color.FromRgb(0xCA, 0xEC, 0xF9), duration); 335ca = new ColorAnimation(Color.FromRgb(0xAF, 0xE1, 0xF7), duration); 338ca = new ColorAnimation(Color.FromRgb(0x6F, 0xCA, 0xF0), duration); 341ca = new ColorAnimation(Color.FromRgb(0x66, 0xBA, 0xDD), duration); 348ca = new ColorAnimation(Color.FromRgb(0x0F, 0x24, 0x30), duration); 351ca = new ColorAnimation(Color.FromRgb(0x2E, 0x73, 0x97), duration); 354ca = new ColorAnimation(Color.FromRgb(0x8F, 0xB8, 0xCE), duration); 360ca = new ColorAnimation(Color.FromRgb(0x0E, 0x22, 0x2D), duration); 363ca = new ColorAnimation(Color.FromRgb(0x2F, 0x79, 0x9E), duration); 366ca = new ColorAnimation(Color.FromRgb(0x6B, 0xA0, 0xBC), duration); 831temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 0)); 832temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE8, 0xE9), 0.5)); 833temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xD6, 0xD8), 0.5)); 834temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBC, 0xBD, 0xC0), 1)); 863temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE3, 0xF4, 0xFC), 0)); 864temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xEE, 0xFB), 0.5)); 865temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA9, 0xDB, 0xF6), 0.5)); 866temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA4, 0xD5, 0xEF), 1)); 893temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xEC, 0xF9), 0)); 894temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAF, 0xE1, 0xF7), 0.5)); 895temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6F, 0xCA, 0xF0), 0.5)); 896temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x66, 0xBA, 0xDD), 1)); 924temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 0)); 925temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE8, 0xE9), 0.5)); 926temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xD6, 0xD8), 0.5)); 927temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBC, 0xBD, 0xC0), 1)); 954temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE3, 0xF4, 0xFC), 0)); 955temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xEE, 0xFB), 0.5)); 956temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA9, 0xDB, 0xF6), 0.5)); 957temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA4, 0xD5, 0xEF), 1)); 984temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xEC, 0xF9), 0)); 985temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAF, 0xE1, 0xF7), 0.5)); 986temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6F, 0xCA, 0xF0), 0.5)); 987temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x66, 0xBA, 0xDD), 1)); 1109Brush = new SolidColorBrush(Color.FromRgb(0x95, 0x95, 0x95)) 1135Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)) 1161Brush = new SolidColorBrush(Color.FromRgb(0x15, 0x59, 0x8A)) 1317Brush = new SolidColorBrush(Color.FromRgb(0xCF, 0xCF, 0xCF)) 1396temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1397temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1398temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1425temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x15, 0x30, 0x3E), 0.5)); 1426temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3C, 0x7F, 0xB1), 0.7)); 1427temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x9C, 0xCE, 0xE9), 1)); 1454temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0F, 0x24, 0x30), 0.5)); 1455temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x73, 0x97), 0.7)); 1456temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x8F, 0xB8, 0xCE), 1)); 1483temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1484temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1485temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1512temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x15, 0x30, 0x3E), 0.5)); 1513temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3C, 0x7F, 0xB1), 0.7)); 1514temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x9C, 0xCE, 0xE9), 1)); 1541temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0F, 0x24, 0x30), 0.5)); 1542temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x73, 0x97), 0.7)); 1543temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x8F, 0xB8, 0xCE), 1)); 1572temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x70, 0x70, 0x70), 0.5)); 1573temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x76, 0x76, 0x76), 0.7)); 1574temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCB, 0xCB), 1)); 1602temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x21, 0x21), 0.5)); 1603temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x57, 0x57, 0x57), 0.7)); 1604temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB3, 0xB3, 0xB3), 1)); 1632temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0D, 0x2A, 0x3A), 0.5)); 1633temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x1F, 0x63, 0x8A), 0.7)); 1634temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x97, 0xCF), 1)); 1662temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0E, 0x22, 0x2D), 0.5)); 1663temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0x79, 0x9E), 0.7)); 1664temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6B, 0xA0, 0xBC), 1)); 1752_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1753_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1754_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1));
PresentationFramework.AeroLite (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
370Brush = new SolidColorBrush(Color.FromRgb(0xA3, 0xA3, 0xA3)) 396Brush = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0xC4)) 422Brush = new SolidColorBrush(Color.FromRgb(0x00, 0x73, 0x94))
PresentationFramework.Luna (19)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (19)
544SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0x21)); 564SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x1A, 0x7E, 0x18)); 590temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x60, 0xCF, 0x5D), 0)); 591temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAC, 0xEF, 0xAA), 0.302469134)); 592temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x13, 0x92, 0x10), 1)); 614temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB2, 0xB2, 0xA9), 0)); 615temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xEB, 0xEA, 0xDA), 1)); 644SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xCA, 0xC8, 0xBB)); 713brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xFF, 0xF0, 0xCF), 0)); 714brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF8, 0xB3, 0x30), 1)); 747brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xFE, 0xDF, 0x9C), 0)); 748brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF9, 0xBB, 0x43), 1)); 798temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCF, 0xD5), 0.3)); 799temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF6, 0xF6, 0xF6), 1)); 828temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0xA8, 0xD5), 0)); 829temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x25, 0x59, 0x8C), 1)); 851SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x73, 0xC2, 0x73)); 879temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x17, 0x74, 0x7A), 0)); 880temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x8B, 0xC3), 1));
PresentationFramework.Royale (19)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (19)
544SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0x21)); 564SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x1A, 0x7E, 0x18)); 590temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x60, 0xCF, 0x5D), 0)); 591temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAC, 0xEF, 0xAA), 0.302469134)); 592temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x13, 0x92, 0x10), 1)); 614temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB2, 0xB2, 0xA9), 0)); 615temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xEB, 0xEA, 0xDA), 1)); 644SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xCA, 0xC8, 0xBB)); 713brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xFF, 0xF0, 0xCF), 0)); 714brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF8, 0xB3, 0x30), 1)); 747brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xFE, 0xDF, 0x9C), 0)); 748brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF9, 0xBB, 0x43), 1)); 798temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCF, 0xD5), 0.3)); 799temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF6, 0xF6, 0xF6), 1)); 828temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0xA8, 0xD5), 0)); 829temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x25, 0x59, 0x8C), 1)); 851SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x73, 0xC2, 0x73)); 879temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x17, 0x74, 0x7A), 0)); 880temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x8B, 0xC3), 1));