205 references to SolidColorBrush
Microsoft.CodeAnalysis.EditorFeatures.Wpf (11)
Adornments\BrushTag.cs (1)
32
=> _brush ??= new
SolidColorBrush
(this.GetColor(view, _editorFormatMap) ?? s_lightGray);
InlineDiagnostics\InlineDiagnosticsFormatDefinition.cs (5)
37
BackgroundBrush = new
SolidColorBrush
(Color.FromRgb(252, 62, 54));
38
ForegroundBrush = new
SolidColorBrush
(Color.FromRgb(0, 0, 0));
57
BackgroundBrush = new
SolidColorBrush
(Color.FromRgb(149, 219, 125));
58
ForegroundBrush = new
SolidColorBrush
(Color.FromRgb(0, 0, 0));
78
ForegroundBrush = new
SolidColorBrush
(Color.FromRgb(0, 0, 0));
InlineHints\InlineHintsFormatDefinition.cs (2)
35
this.ForegroundBrush = new
SolidColorBrush
(Color.FromRgb(104, 104, 104));
36
this.BackgroundBrush = new
SolidColorBrush
(Color.FromRgb(230, 230, 230));
InlineRename\HighlightTags\RenameFieldBackgroundAndBorderTagDefinition.cs (1)
27
this.Border = new Pen(new
SolidColorBrush
(Color.FromRgb(0xFF, 0xFF, 0xFF)), thickness: 2.0);
PreviewWarningTagDefinition.cs (1)
27
this.Border = new Pen(new
SolidColorBrush
(Color.FromRgb(230, 117, 64)), thickness: 1.5);
ReferenceHighlighting\DefinitionHighlightTagDefinition.cs (1)
27
this.Border = new Pen(new
SolidColorBrush
(Colors.Gray), 0.5);
Microsoft.VisualStudio.LanguageServices (6)
ChangeSignature\ChangeSignatureDialog.xaml.cs (6)
62
ParameterText = SystemParameters.HighContrast ? SystemColors.WindowTextBrush : new
SolidColorBrush
(Color.FromArgb(0xFF, 0x1E, 0x1E, 0x1E));
63
RemovedParameterText = SystemParameters.HighContrast ? SystemColors.WindowTextBrush : new
SolidColorBrush
(Colors.Gray);
64
DisabledParameterBackground = SystemParameters.HighContrast ? SystemColors.WindowBrush : new
SolidColorBrush
(Color.FromArgb(0xFF, 0xDF, 0xE7, 0xF3));
65
DisabledParameterForeground = SystemParameters.HighContrast ? SystemColors.GrayTextBrush : new
SolidColorBrush
(Color.FromArgb(0xFF, 0xA2, 0xA4, 0xA5));
66
Members.Background = SystemParameters.HighContrast ? SystemColors.WindowBrush : new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
67
StrikethroughBrush = SystemParameters.HighContrast ? SystemColors.WindowTextBrush : new
SolidColorBrush
(Colors.Red);
PresentationCore (8)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1757
foregroundBrush = new
SolidColorBrush
(Color.FromArgb(
System\Windows\Ink\Stroke2.cs (2)
400
SolidColorBrush brush = new
SolidColorBrush
(drawingAttributes.Color);
438
SolidColorBrush brush = new
SolidColorBrush
(drawingAttributes.Color);
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
66
SolidColorBrush brush = new
SolidColorBrush
(color);
System\Windows\Media\Knowncolors.cs (1)
217
scp = new
SolidColorBrush
(Color.FromUInt32(argb));
System\Windows\Media\Parsers.cs (3)
273
return (new
SolidColorBrush
(ParseHexColor(trimmedColor)));
278
return (new
SolidColorBrush
(ParseContextColor(trimmedColor, formatProvider, context)));
283
return (new
SolidColorBrush
(ParseScRgbColor(trimmedColor, formatProvider)));
PresentationFramework (23)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
1188
return new
SolidColorBrush
(_activeOwners[0].SelectedBackground);
1191
return _owners.Count > 0 ? new
SolidColorBrush
(_owners[0].Background) : null;
MS\Internal\Annotations\Component\HighlightComponent.cs (3)
259
HighlightBrush = new
SolidColorBrush
(_background);
347
HighlightBrush = new
SolidColorBrush
(_selectedBackground);
349
HighlightBrush = new
SolidColorBrush
(_background);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
561
MarkerBrush = new
SolidColorBrush
(DefaultMarkerColor);
569
MarkerBrush = new
SolidColorBrush
(DefaultActiveMarkerColor);
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
48
_adornerPenBrush = new Pen(new
SolidColorBrush
(Color.FromRgb(132, 146, 222)), 1);
MS\Internal\Documents\TextBoxView.cs (1)
540
context.DrawRectangle(new
SolidColorBrush
(Color.FromArgb(0, 0, 0, 0)), null, new Rect(0, 0, this.RenderSize.Width, this.RenderSize.Height));
MS\Internal\Ink\LassoHelper.cs (2)
304
_brush = new
SolidColorBrush
(DotColor);
311
_pen = new Pen(new
SolidColorBrush
(DotCircumferenceColor), DotCircumferenceThickness);
MS\Internal\Ink\PenCursorManager.cs (1)
452
SolidColorBrush brush2 = new
SolidColorBrush
(Color.FromRgb(180, 207, 248));
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1160
border.SetValue(Border.BackgroundProperty, new
SolidColorBrush
(Color.FromUInt32(0xFF000080)));
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1935
Brush selectionBrush = new
SolidColorBrush
(SystemColors.HighlightColor);
1945
Brush selectionTextBrush = new
SolidColorBrush
(SystemColors.HighlightTextColor);
System\Windows\Documents\ColumnResizeAdorner.cs (1)
44
_pen = new Pen(new
SolidColorBrush
(Colors.LightSlateGray), 2.0);
System\Windows\Documents\CompositionAdorner.cs (2)
185
Pen pen = new Pen(new
SolidColorBrush
(Colors.Black), lineHeight);
249
pen.Brush = new
SolidColorBrush
(compositionLine.LineColor);
System\windows\Documents\SelectionHighlightInfo.cs (1)
29
_objectMaskBrush = new
SolidColorBrush
(SystemColors.HighlightColor);
System\windows\Documents\TextSelection.cs (1)
1663
caretBrush = new
SolidColorBrush
(Color.FromRgb(r, g, b));
System\Windows\SystemColors.cs (2)
2319
brush = new
SolidColorBrush
(GetSystemColor(slot));
2341
brush = new
SolidColorBrush
(GetAccentColor(slot));
System\Windows\SystemParameters.cs (1)
5695
var glassBrush = new
SolidColorBrush
(WindowGlassColor);
PresentationFramework.Aero (32)
Microsoft\Windows\Themes\BulletChrome.cs (13)
913
temp.Brush = new
SolidColorBrush
(Colors.White);
937
temp.Brush = new
SolidColorBrush
(Colors.White);
960
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xA2, 0xAE, 0xB9));
983
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x19, 0x3B, 0x55));
1132
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xAE, 0xB7, 0xCF));
1152
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1174
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1318
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xDE, 0xF9, 0xFA));
1338
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xC2, 0xE4, 0xF6));
1358
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
1380
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1402
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
1424
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ButtonChrome.cs (5)
754
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
817
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
839
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
862
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
964
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xF9, 0x00, 0xCC, 0xFF));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
211
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
288
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD5, 0xD5, 0xD5));
292
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x93, 0xC9, 0xE3));
296
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
515
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
608
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ScrollChrome.cs (7)
1083
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x95, 0x95, 0x95));
1107
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1131
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x15, 0x59, 0x8A));
1210
temp.Brush = new
SolidColorBrush
(Colors.White);
1281
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xCF, 0xCF, 0xCF));
1731
SolidColorBrush temp = new
SolidColorBrush
(Colors.White);
1768
_localResources.GlyphShadow = new
SolidColorBrush
(Colors.White);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
331
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Aero2 (32)
Microsoft\Windows\Themes\BulletChrome.cs (13)
913
temp.Brush = new
SolidColorBrush
(Colors.White);
937
temp.Brush = new
SolidColorBrush
(Colors.White);
960
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xA2, 0xAE, 0xB9));
983
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x19, 0x3B, 0x55));
1132
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xAE, 0xB7, 0xCF));
1152
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1174
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1318
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xDE, 0xF9, 0xFA));
1338
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xC2, 0xE4, 0xF6));
1358
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
1380
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1402
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
1424
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ButtonChrome.cs (5)
754
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
817
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
839
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
862
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
964
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xF9, 0x00, 0xCC, 0xFF));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
211
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
288
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD5, 0xD5, 0xD5));
292
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x93, 0xC9, 0xE3));
296
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
515
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
608
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ScrollChrome.cs (7)
1083
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x95, 0x95, 0x95));
1107
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1131
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x15, 0x59, 0x8A));
1210
temp.Brush = new
SolidColorBrush
(Colors.White);
1281
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xCF, 0xCF, 0xCF));
1731
SolidColorBrush temp = new
SolidColorBrush
(Colors.White);
1768
_localResources.GlyphShadow = new
SolidColorBrush
(Colors.White);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
331
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.AeroLite (12)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
132
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xDE, 0xDF, 0xE1));
136
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x4F, 0x90, 0xAE));
140
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x69, 0xBB, 0xE3));
232
arrowFill = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x00, 0x00, 0x00));
Microsoft\Windows\Themes\ScrollChrome.cs (7)
287
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xDD, 0xDD, 0xDD));
307
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xBD, 0xE6, 0xFD));
327
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xBD, 0xE6, 0xFD));
375
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xA3, 0xA3, 0xA3));
399
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0xC4));
423
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x00, 0x73, 0x94));
469
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x00, 0x00, 0x00));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
331
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Classic (4)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
432
decorator._brushCache.LightLightBrush = new
SolidColorBrush
(GetControlLightLightColor(controlColor));
435
decorator._brushCache.DarkBrush = new
SolidColorBrush
(darkColor);
444
decorator._brushCache.DarkDarkBrush = new
SolidColorBrush
(darkDarkColor);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
331
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Fluent (1)
Controls\FallbackBrushConverter.cs (1)
23
return new
SolidColorBrush
(color);
PresentationFramework.Luna (49)
Microsoft\Windows\Themes\ButtonChrome.cs (6)
560
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC9, 0xC7, 0xBA));
584
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xCA, 0xC4, 0xB8));
609
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC4, 0xC3, 0xBF));
1266
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF5, 0xF4, 0xEA));
1287
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF6, 0xF2, 0xE9));
1308
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF1, 0xF1, 0xED));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
204
SolidColorBrush tabStrokeBrush = new
SolidColorBrush
((themeColor == ThemeColor.Homestead) ? Color.FromArgb(0xFF, 0xCF, 0x72, 0x25) : Color.FromArgb(0xFF, 0xF8, 0xA9, 0x00));
247
border = new
SolidColorBrush
((themeColor == ThemeColor.Metallic) ? Color.FromArgb(0xFF, 0x80, 0x80, 0x99) : Color.FromArgb(0xFF, 0xA5, 0xA5, 0x97));
355
arrowFill = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xA8, 0x99));
Microsoft\Windows\Themes\ScrollChrome.cs (35)
1384
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC9, 0xC9, 0xC2));
1405
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x4D, 0x61, 0x85));
1434
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x3F, 0x3D, 0x3D));
1455
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x20, 0x20, 0x20));
1476
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xEE, 0xF4, 0xFE));
1497
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFC, 0xFD, 0xFF));
1518
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xCF, 0xDD, 0xFD));
1539
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD0, 0xDF, 0xAC));
1560
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xEB, 0xF5, 0xD4));
1581
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xD0, 0x97));
1602
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1678
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
1699
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8C, 0xB0, 0xF8));
1720
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x9C, 0xC5, 0xFF));
1741
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x9E, 0xD8));
1762
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8C, 0x9D, 0x73));
1783
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB6, 0xC6, 0x8E));
1804
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x7A, 0x8B, 0x63));
1825
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8E, 0x95, 0xA2));
1888
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1910
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1932
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x94, 0x95, 0xA2));
1954
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x5B, 0x66, 0x65));
1976
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x43, 0x48, 0x48));
2033
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xE8, 0xE8, 0xDF));
2055
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB4, 0xC8, 0xF6));
2079
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x98, 0xB1, 0xE4));
2101
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xCE, 0xFF));
2123
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x8F, 0xDA));
2145
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8E, 0x99, 0x7D));
2167
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xBD, 0xCB, 0x96));
2190
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x7A, 0x8B, 0x63));
2212
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
2234
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
2257
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
546
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0x21));
566
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x1A, 0x7E, 0x18));
645
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xCA, 0xC8, 0xBB));
840
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x73, 0xC2, 0x73));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
331
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Royale (18)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
475
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF,0xC6,0xC5,0xC9));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
133
SolidColorBrush tabStrokeBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF8, 0xA9, 0x00));
169
border = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x80, 0x80, 0x99));
277
arrowFill = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xA8, 0x99));
Microsoft\Windows\Themes\ScrollChrome.cs (9)
833
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB7, 0xCB, 0xE3));
855
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x5B, 0x64, 0x73));
876
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x6B, 0x7B, 0x84));
897
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
944
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
965
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x97, 0xAF));
1034
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x85, 0x99, 0xB1));
1056
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x52, 0x66, 0x7E));
1094
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
546
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0x21));
566
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x1A, 0x7E, 0x18));
645
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xCA, 0xC8, 0xBB));
840
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x73, 0xC2, 0x73));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
331
brushes[Center] = new
SolidColorBrush
(c);
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (9)
1454
context.PushOpacityMask(new
SolidColorBrush
(_beforeDrawing));
1471
context.PushOpacityMask(new
SolidColorBrush
(_afterDrawing));
1525
context.DrawGeometry(new
SolidColorBrush
(_beforeDrawing), null, geometry);
1590
context.DrawGeometry(new
SolidColorBrush
(_afterDrawing), null, geometry);
2725
return CreateBrushCore(new
SolidColorBrush
(color), Rect.Empty);
2976
Brush b = new
SolidColorBrush
(c);
3515
s_EmptyBrush = new BrushProxy(new
SolidColorBrush
(Color.FromArgb(0, 0, 0, 0)));
3604
ctx.DrawRectangle(new
SolidColorBrush
(brush.BeforeFill), null, rect);
3611
ctx.DrawRectangle(new
SolidColorBrush
(brush.AfterFill), null, rect);