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)
1748
foregroundBrush = new
SolidColorBrush
(Color.FromArgb(
System\Windows\Ink\Stroke2.cs (2)
391
SolidColorBrush brush = new
SolidColorBrush
(drawingAttributes.Color);
429
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)
217
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)
1181
return new
SolidColorBrush
(_activeOwners[0].SelectedBackground);
1184
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)
555
MarkerBrush = new
SolidColorBrush
(DefaultMarkerColor);
563
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)
538
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)
299
_brush = new
SolidColorBrush
(DotColor);
306
_pen = new Pen(new
SolidColorBrush
(DotCircumferenceColor), DotCircumferenceThickness);
MS\Internal\Ink\PenCursorManager.cs (1)
447
SolidColorBrush brush2 = new
SolidColorBrush
(Color.FromRgb(180, 207, 248));
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1157
border.SetValue(Border.BackgroundProperty, new
SolidColorBrush
(Color.FromUInt32(0xFF000080)));
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1926
Brush selectionBrush = new
SolidColorBrush
(SystemColors.HighlightColor);
1936
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)
1660
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)
5691
var glassBrush = new
SolidColorBrush
(WindowGlassColor);
PresentationFramework.Aero (32)
Microsoft\Windows\Themes\BulletChrome.cs (13)
907
temp.Brush = new
SolidColorBrush
(Colors.White);
931
temp.Brush = new
SolidColorBrush
(Colors.White);
954
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xA2, 0xAE, 0xB9));
977
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x19, 0x3B, 0x55));
1126
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xAE, 0xB7, 0xCF));
1146
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1168
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1312
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xDE, 0xF9, 0xFA));
1332
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xC2, 0xE4, 0xF6));
1352
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
1374
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1396
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
1418
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ButtonChrome.cs (5)
745
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
808
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
830
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
853
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
955
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xF9, 0x00, 0xCC, 0xFF));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
208
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
285
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD5, 0xD5, 0xD5));
289
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x93, 0xC9, 0xE3));
293
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
509
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
602
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ScrollChrome.cs (7)
1078
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x95, 0x95, 0x95));
1102
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1126
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x15, 0x59, 0x8A));
1205
temp.Brush = new
SolidColorBrush
(Colors.White);
1276
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xCF, 0xCF, 0xCF));
1726
SolidColorBrush temp = new
SolidColorBrush
(Colors.White);
1763
_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)
907
temp.Brush = new
SolidColorBrush
(Colors.White);
931
temp.Brush = new
SolidColorBrush
(Colors.White);
954
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xA2, 0xAE, 0xB9));
977
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x19, 0x3B, 0x55));
1126
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xAE, 0xB7, 0xCF));
1146
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1168
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1312
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xDE, 0xF9, 0xFA));
1332
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xC2, 0xE4, 0xF6));
1352
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
1374
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1396
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
1418
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ButtonChrome.cs (5)
745
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
808
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
830
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
853
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
955
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xF9, 0x00, 0xCC, 0xFF));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
208
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
285
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD5, 0xD5, 0xD5));
289
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x93, 0xC9, 0xE3));
293
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
509
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
602
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ScrollChrome.cs (7)
1078
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x95, 0x95, 0x95));
1102
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1126
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x15, 0x59, 0x8A));
1205
temp.Brush = new
SolidColorBrush
(Colors.White);
1276
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xCF, 0xCF, 0xCF));
1726
SolidColorBrush temp = new
SolidColorBrush
(Colors.White);
1763
_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));
369
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xA3, 0xA3, 0xA3));
393
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0xC4));
417
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x00, 0x73, 0x94));
463
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);
441
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)
557
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC9, 0xC7, 0xBA));
581
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xCA, 0xC4, 0xB8));
606
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC4, 0xC3, 0xBF));
1263
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF5, 0xF4, 0xEA));
1284
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF6, 0xF2, 0xE9));
1305
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF1, 0xF1, 0xED));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
201
SolidColorBrush tabStrokeBrush = new
SolidColorBrush
((themeColor == ThemeColor.Homestead) ? Color.FromArgb(0xFF, 0xCF, 0x72, 0x25) : Color.FromArgb(0xFF, 0xF8, 0xA9, 0x00));
244
border = new
SolidColorBrush
((themeColor == ThemeColor.Metallic) ? Color.FromArgb(0xFF, 0x80, 0x80, 0x99) : Color.FromArgb(0xFF, 0xA5, 0xA5, 0x97));
352
arrowFill = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xA8, 0x99));
Microsoft\Windows\Themes\ScrollChrome.cs (35)
1380
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC9, 0xC9, 0xC2));
1401
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x4D, 0x61, 0x85));
1430
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x3F, 0x3D, 0x3D));
1451
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x20, 0x20, 0x20));
1472
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xEE, 0xF4, 0xFE));
1493
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFC, 0xFD, 0xFF));
1514
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xCF, 0xDD, 0xFD));
1535
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD0, 0xDF, 0xAC));
1556
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xEB, 0xF5, 0xD4));
1577
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xD0, 0x97));
1598
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1674
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
1695
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8C, 0xB0, 0xF8));
1716
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x9C, 0xC5, 0xFF));
1737
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x9E, 0xD8));
1758
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8C, 0x9D, 0x73));
1779
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB6, 0xC6, 0x8E));
1800
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x7A, 0x8B, 0x63));
1821
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8E, 0x95, 0xA2));
1884
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1906
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1928
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x94, 0x95, 0xA2));
1950
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x5B, 0x66, 0x65));
1972
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x43, 0x48, 0x48));
2029
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xE8, 0xE8, 0xDF));
2051
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB4, 0xC8, 0xF6));
2075
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x98, 0xB1, 0xE4));
2097
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xCE, 0xFF));
2119
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x8F, 0xDA));
2141
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8E, 0x99, 0x7D));
2163
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xBD, 0xCB, 0x96));
2186
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x7A, 0x8B, 0x63));
2208
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
2230
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
2253
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
542
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0x21));
562
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x1A, 0x7E, 0x18));
641
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xCA, 0xC8, 0xBB));
836
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)
472
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF,0xC6,0xC5,0xC9));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
130
SolidColorBrush tabStrokeBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF8, 0xA9, 0x00));
166
border = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x80, 0x80, 0x99));
274
arrowFill = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xA8, 0x99));
Microsoft\Windows\Themes\ScrollChrome.cs (9)
829
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB7, 0xCB, 0xE3));
851
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x5B, 0x64, 0x73));
872
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x6B, 0x7B, 0x84));
893
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
940
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
961
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x97, 0xAF));
1030
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x85, 0x99, 0xB1));
1052
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x52, 0x66, 0x7E));
1090
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
542
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0x21));
562
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x1A, 0x7E, 0x18));
641
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xCA, 0xC8, 0xBB));
836
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)
1450
context.PushOpacityMask(new
SolidColorBrush
(_beforeDrawing));
1467
context.PushOpacityMask(new
SolidColorBrush
(_afterDrawing));
1521
context.DrawGeometry(new
SolidColorBrush
(_beforeDrawing), null, geometry);
1586
context.DrawGeometry(new
SolidColorBrush
(_afterDrawing), null, geometry);
2721
return CreateBrushCore(new
SolidColorBrush
(color), Rect.Empty);
2972
Brush b = new
SolidColorBrush
(c);
3511
s_EmptyBrush = new BrushProxy(new
SolidColorBrush
(Color.FromArgb(0, 0, 0, 0)));
3600
ctx.DrawRectangle(new
SolidColorBrush
(brush.BeforeFill), null, rect);
3607
ctx.DrawRectangle(new
SolidColorBrush
(brush.AfterFill), null, rect);