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)
63
ParameterText = SystemParameters.HighContrast ? SystemColors.WindowTextBrush : new
SolidColorBrush
(Color.FromArgb(0xFF, 0x1E, 0x1E, 0x1E));
64
RemovedParameterText = SystemParameters.HighContrast ? SystemColors.WindowTextBrush : new
SolidColorBrush
(Colors.Gray);
65
DisabledParameterBackground = SystemParameters.HighContrast ? SystemColors.WindowBrush : new
SolidColorBrush
(Color.FromArgb(0xFF, 0xDF, 0xE7, 0xF3));
66
DisabledParameterForeground = SystemParameters.HighContrast ? SystemColors.GrayTextBrush : new
SolidColorBrush
(Color.FromArgb(0xFF, 0xA2, 0xA4, 0xA5));
67
Members.Background = SystemParameters.HighContrast ? SystemColors.WindowBrush : new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
68
StrikethroughBrush = SystemParameters.HighContrast ? SystemColors.WindowTextBrush : new
SolidColorBrush
(Colors.Red);
PresentationCore (8)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1746
foregroundBrush = new
SolidColorBrush
(Color.FromArgb(
System\Windows\Ink\Stroke2.cs (2)
385
SolidColorBrush brush = new
SolidColorBrush
(drawingAttributes.Color);
423
SolidColorBrush brush = new
SolidColorBrush
(drawingAttributes.Color);
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
52
SolidColorBrush brush = new
SolidColorBrush
(color);
System\Windows\Media\Knowncolors.cs (1)
216
scp = new
SolidColorBrush
(Color.FromUInt32(argb));
System\Windows\Media\Parsers.cs (3)
259
return (new
SolidColorBrush
(ParseHexColor(trimmedColor)));
264
return (new
SolidColorBrush
(ParseContextColor(trimmedColor, formatProvider, context)));
269
return (new
SolidColorBrush
(ParseScRgbColor(trimmedColor, formatProvider)));
PresentationFramework (23)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
1178
return new
SolidColorBrush
(_activeOwners[0].SelectedBackground);
1181
return _owners.Count > 0 ? new
SolidColorBrush
(_owners[0].Background) : null;
MS\Internal\Annotations\Component\HighlightComponent.cs (3)
251
HighlightBrush = new
SolidColorBrush
(_background);
339
HighlightBrush = new
SolidColorBrush
(_selectedBackground);
341
HighlightBrush = new
SolidColorBrush
(_background);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
554
MarkerBrush = new
SolidColorBrush
(DefaultMarkerColor);
561
MarkerBrush = new
SolidColorBrush
(DefaultActiveMarkerColor);
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
41
_adornerPenBrush = new Pen(new
SolidColorBrush
(Color.FromRgb(132, 146, 222)), 1);
MS\Internal\Documents\TextBoxView.cs (1)
496
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)
295
_brush = new
SolidColorBrush
(DotColor);
302
_pen = new Pen(new
SolidColorBrush
(DotCircumferenceColor), DotCircumferenceThickness)
MS\Internal\Ink\PenCursorManager.cs (1)
445
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)
1859
Brush selectionBrush = new
SolidColorBrush
(SystemColors.HighlightColor);
1869
Brush selectionTextBrush = new
SolidColorBrush
(SystemColors.HighlightTextColor);
System\Windows\Documents\ColumnResizeAdorner.cs (1)
36
_pen = new Pen(new
SolidColorBrush
(Colors.LightSlateGray), 2.0);
System\Windows\Documents\CompositionAdorner.cs (2)
182
Pen pen = new Pen(new
SolidColorBrush
(Colors.Black), lineHeight);
246
pen.Brush = new
SolidColorBrush
(compositionLine.LineColor);
System\windows\Documents\SelectionHighlightInfo.cs (1)
29
_objectMaskBrush = new
SolidColorBrush
(SystemColors.HighlightColor)
System\windows\Documents\TextSelection.cs (1)
1645
caretBrush = new
SolidColorBrush
(Color.FromRgb(r, g, b));
System\Windows\SystemColors.cs (2)
2317
brush = new
SolidColorBrush
(GetSystemColor(slot));
2339
brush = new
SolidColorBrush
(GetAccentColor(slot));
System\Windows\SystemParameters.cs (1)
5677
var glassBrush = new
SolidColorBrush
(WindowGlassColor);
PresentationFramework.Aero (32)
Microsoft\Windows\Themes\BulletChrome.cs (13)
924
Brush = new
SolidColorBrush
(Colors.White)
950
Brush = new
SolidColorBrush
(Colors.White)
977
Brush = new
SolidColorBrush
(Color.FromRgb(0xA2, 0xAE, 0xB9))
1002
Brush = new
SolidColorBrush
(Color.FromRgb(0x19, 0x3B, 0x55))
1164
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xAE, 0xB7, 0xCF));
1184
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1206
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C))
1356
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xDE, 0xF9, 0xFA));
1376
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xC2, 0xE4, 0xF6));
1396
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
1419
Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1))
1443
Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B))
1467
Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5))
Microsoft\Windows\Themes\ButtonChrome.cs (5)
758
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
822
Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1))
846
Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B))
871
Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5))
978
Brush = new
SolidColorBrush
(Color.FromArgb(0xF9, 0x00, 0xCC, 0xFF))
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
214
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
295
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD5, 0xD5, 0xD5));
299
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x93, 0xC9, 0xE3));
303
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
510
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
609
Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5))
Microsoft\Windows\Themes\ScrollChrome.cs (7)
1109
Brush = new
SolidColorBrush
(Color.FromRgb(0x95, 0x95, 0x95))
1135
Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1))
1161
Brush = new
SolidColorBrush
(Color.FromRgb(0x15, 0x59, 0x8A))
1242
Brush = new
SolidColorBrush
(Colors.White)
1317
Brush = new
SolidColorBrush
(Color.FromRgb(0xCF, 0xCF, 0xCF))
1792
SolidColorBrush temp = new
SolidColorBrush
(Colors.White)
1831
_localResources.GlyphShadow = new
SolidColorBrush
(Colors.White);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
327
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Aero2 (32)
Microsoft\Windows\Themes\BulletChrome.cs (13)
924
Brush = new
SolidColorBrush
(Colors.White)
950
Brush = new
SolidColorBrush
(Colors.White)
977
Brush = new
SolidColorBrush
(Color.FromRgb(0xA2, 0xAE, 0xB9))
1002
Brush = new
SolidColorBrush
(Color.FromRgb(0x19, 0x3B, 0x55))
1164
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xAE, 0xB7, 0xCF));
1184
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1206
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C))
1356
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xDE, 0xF9, 0xFA));
1376
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xC2, 0xE4, 0xF6));
1396
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
1419
Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1))
1443
Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B))
1467
Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5))
Microsoft\Windows\Themes\ButtonChrome.cs (5)
758
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
822
Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1))
846
Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B))
871
Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5))
978
Brush = new
SolidColorBrush
(Color.FromArgb(0xF9, 0x00, 0xCC, 0xFF))
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
214
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
295
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD5, 0xD5, 0xD5));
299
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x93, 0xC9, 0xE3));
303
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
510
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
609
Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5))
Microsoft\Windows\Themes\ScrollChrome.cs (7)
1109
Brush = new
SolidColorBrush
(Color.FromRgb(0x95, 0x95, 0x95))
1135
Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1))
1161
Brush = new
SolidColorBrush
(Color.FromRgb(0x15, 0x59, 0x8A))
1242
Brush = new
SolidColorBrush
(Colors.White)
1317
Brush = new
SolidColorBrush
(Color.FromRgb(0xCF, 0xCF, 0xCF))
1792
SolidColorBrush temp = new
SolidColorBrush
(Colors.White)
1831
_localResources.GlyphShadow = new
SolidColorBrush
(Colors.White);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
327
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.AeroLite (12)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
129
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xDE, 0xDF, 0xE1));
133
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x4F, 0x90, 0xAE));
137
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x69, 0xBB, 0xE3));
229
arrowFill = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x00, 0x00, 0x00));
Microsoft\Windows\Themes\ScrollChrome.cs (7)
281
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xDD, 0xDD, 0xDD));
301
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xBD, 0xE6, 0xFD));
321
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xBD, 0xE6, 0xFD));
370
Brush = new
SolidColorBrush
(Color.FromRgb(0xA3, 0xA3, 0xA3))
396
Brush = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0xC4))
422
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)
327
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Classic (4)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
429
decorator._brushCache.LightLightBrush = new
SolidColorBrush
(GetControlLightLightColor(controlColor));
432
decorator._brushCache.DarkBrush = new
SolidColorBrush
(darkColor);
443
decorator._brushCache.DarkDarkBrush = new
SolidColorBrush
(darkDarkColor);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
327
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Fluent (1)
Controls\FallbackBrushConverter.cs (1)
19
return new
SolidColorBrush
(color);
PresentationFramework.Luna (49)
Microsoft\Windows\Themes\ButtonChrome.cs (6)
555
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC9, 0xC7, 0xBA));
579
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xCA, 0xC4, 0xB8));
604
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC4, 0xC3, 0xBF));
1293
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF5, 0xF4, 0xEA));
1314
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF6, 0xF2, 0xE9));
1335
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));
249
border = new
SolidColorBrush
((themeColor == ThemeColor.Metallic) ? Color.FromArgb(0xFF, 0x80, 0x80, 0x99) : Color.FromArgb(0xFF, 0xA5, 0xA5, 0x97));
359
arrowFill = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xA8, 0x99));
Microsoft\Windows\Themes\ScrollChrome.cs (35)
1434
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC9, 0xC9, 0xC2));
1455
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x4D, 0x61, 0x85));
1484
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x3F, 0x3D, 0x3D));
1505
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x20, 0x20, 0x20));
1526
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xEE, 0xF4, 0xFE));
1547
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFC, 0xFD, 0xFF));
1568
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xCF, 0xDD, 0xFD));
1589
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD0, 0xDF, 0xAC));
1610
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xEB, 0xF5, 0xD4));
1631
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xD0, 0x97));
1652
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1728
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
1749
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8C, 0xB0, 0xF8));
1770
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x9C, 0xC5, 0xFF));
1791
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x9E, 0xD8));
1812
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8C, 0x9D, 0x73));
1833
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB6, 0xC6, 0x8E));
1854
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x7A, 0x8B, 0x63));
1875
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8E, 0x95, 0xA2));
1939
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF))
1963
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF))
1987
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x94, 0x95, 0xA2))
2011
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x5B, 0x66, 0x65))
2035
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x43, 0x48, 0x48))
2094
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xE8, 0xE8, 0xDF))
2118
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB4, 0xC8, 0xF6))
2144
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x98, 0xB1, 0xE4))
2168
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xCE, 0xFF))
2192
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x8F, 0xDA))
2216
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8E, 0x99, 0x7D))
2240
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xBD, 0xCB, 0x96))
2265
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x7A, 0x8B, 0x63))
2289
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF))
2313
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF))
2338
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF))
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
544
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0x21));
564
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x1A, 0x7E, 0x18));
644
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xCA, 0xC8, 0xBB));
851
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x73, 0xC2, 0x73));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
327
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Royale (18)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
470
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));
171
border = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x80, 0x80, 0x99));
281
arrowFill = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xA8, 0x99));
Microsoft\Windows\Themes\ScrollChrome.cs (9)
853
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB7, 0xCB, 0xE3));
875
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x5B, 0x64, 0x73));
896
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x6B, 0x7B, 0x84));
917
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
964
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
985
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x97, 0xAF));
1057
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x85, 0x99, 0xB1))
1081
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x52, 0x66, 0x7E))
1121
Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF))
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
544
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0x21));
564
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x1A, 0x7E, 0x18));
644
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xCA, 0xC8, 0xBB));
851
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x73, 0xC2, 0x73));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
327
brushes[Center] = new
SolidColorBrush
(c);
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (9)
1449
context.PushOpacityMask(new
SolidColorBrush
(_beforeDrawing));
1466
context.PushOpacityMask(new
SolidColorBrush
(_afterDrawing));
1520
context.DrawGeometry(new
SolidColorBrush
(_beforeDrawing), null, geometry);
1585
context.DrawGeometry(new
SolidColorBrush
(_afterDrawing), null, geometry);
2721
return CreateBrushCore(new
SolidColorBrush
(color), Rect.Empty);
2972
Brush b = new
SolidColorBrush
(c)
3513
s_EmptyBrush = new BrushProxy(new
SolidColorBrush
(Color.FromArgb(0, 0, 0, 0)));
3602
ctx.DrawRectangle(new
SolidColorBrush
(brush.BeforeFill), null, rect);
3609
ctx.DrawRectangle(new
SolidColorBrush
(brush.AfterFill), null, rect);