211 instantiations of 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 (9)
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\Generated\SolidColorBrush.cs (1)
98
return new
SolidColorBrush
();
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 (26)
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));
MS\Internal\PtsHost\MbpInfo.cs (1)
92
_borderBrush = new
SolidColorBrush
();
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\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10103
DefaultConstructor = delegate () { return new System.Windows.Media.
SolidColorBrush
(); },
System\Windows\Markup\KnownTypes.cs (1)
1536
case KnownElements.SolidColorBrush: o = new System.Windows.Media.
SolidColorBrush
(); break;
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 (13)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (5)
77
background = new
SolidColorBrush
();
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 (5)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
429
decorator._brushCache.LightLightBrush = new
SolidColorBrush
(GetControlLightLightColor(controlColor));
432
decorator._brushCache.DarkBrush = new
SolidColorBrush
(darkColor);
443
decorator._brushCache.DarkDarkBrush = new
SolidColorBrush
(darkDarkColor);
519
SolidColorBrush temp = new
SolidColorBrush
();
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);
601 references to SolidColorBrush
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)
LineSeparators\LineSeparatorTag.cs (2)
29
var
brush = view.VisualElement.TryFindResource("outlining.verticalrule.foreground") as
SolidColorBrush
;
StringIndentation\StringIndentationTag.cs (2)
36
var
brush = view.VisualElement.TryFindResource("outlining.verticalrule.foreground") as
SolidColorBrush
;
Utilities\BrushToColorConverter.cs (1)
17
SolidColorBrush
solidColorBrush => solidColorBrush.Color,
PresentationCore (166)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
1743
if(visiCodePath && foregroundBrush is
SolidColorBrush
)
1745
Color color = ((
SolidColorBrush
)foregroundBrush).Color;
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 (4)
34
SolidColorBrush
_fillBrush; // app thread based brushed
52
SolidColorBrush
brush = new SolidColorBrush(color);
102
public
SolidColorBrush
FillBrush
825
SolidColorBrush
fillBrush = si.FillBrush;
System\Windows\Media\brushes.cs (141)
33
public static
SolidColorBrush
AliceBlue
44
public static
SolidColorBrush
AntiqueWhite
55
public static
SolidColorBrush
Aqua
66
public static
SolidColorBrush
Aquamarine
77
public static
SolidColorBrush
Azure
88
public static
SolidColorBrush
Beige
99
public static
SolidColorBrush
Bisque
110
public static
SolidColorBrush
Black
121
public static
SolidColorBrush
BlanchedAlmond
132
public static
SolidColorBrush
Blue
143
public static
SolidColorBrush
BlueViolet
154
public static
SolidColorBrush
Brown
165
public static
SolidColorBrush
BurlyWood
176
public static
SolidColorBrush
CadetBlue
187
public static
SolidColorBrush
Chartreuse
198
public static
SolidColorBrush
Chocolate
209
public static
SolidColorBrush
Coral
220
public static
SolidColorBrush
CornflowerBlue
231
public static
SolidColorBrush
Cornsilk
242
public static
SolidColorBrush
Crimson
253
public static
SolidColorBrush
Cyan
264
public static
SolidColorBrush
DarkBlue
275
public static
SolidColorBrush
DarkCyan
286
public static
SolidColorBrush
DarkGoldenrod
297
public static
SolidColorBrush
DarkGray
308
public static
SolidColorBrush
DarkGreen
319
public static
SolidColorBrush
DarkKhaki
330
public static
SolidColorBrush
DarkMagenta
341
public static
SolidColorBrush
DarkOliveGreen
352
public static
SolidColorBrush
DarkOrange
363
public static
SolidColorBrush
DarkOrchid
374
public static
SolidColorBrush
DarkRed
385
public static
SolidColorBrush
DarkSalmon
396
public static
SolidColorBrush
DarkSeaGreen
407
public static
SolidColorBrush
DarkSlateBlue
418
public static
SolidColorBrush
DarkSlateGray
429
public static
SolidColorBrush
DarkTurquoise
440
public static
SolidColorBrush
DarkViolet
451
public static
SolidColorBrush
DeepPink
462
public static
SolidColorBrush
DeepSkyBlue
473
public static
SolidColorBrush
DimGray
484
public static
SolidColorBrush
DodgerBlue
495
public static
SolidColorBrush
Firebrick
506
public static
SolidColorBrush
FloralWhite
517
public static
SolidColorBrush
ForestGreen
528
public static
SolidColorBrush
Fuchsia
539
public static
SolidColorBrush
Gainsboro
550
public static
SolidColorBrush
GhostWhite
561
public static
SolidColorBrush
Gold
572
public static
SolidColorBrush
Goldenrod
583
public static
SolidColorBrush
Gray
594
public static
SolidColorBrush
Green
605
public static
SolidColorBrush
GreenYellow
616
public static
SolidColorBrush
Honeydew
627
public static
SolidColorBrush
HotPink
638
public static
SolidColorBrush
IndianRed
649
public static
SolidColorBrush
Indigo
660
public static
SolidColorBrush
Ivory
671
public static
SolidColorBrush
Khaki
682
public static
SolidColorBrush
Lavender
693
public static
SolidColorBrush
LavenderBlush
704
public static
SolidColorBrush
LawnGreen
715
public static
SolidColorBrush
LemonChiffon
726
public static
SolidColorBrush
LightBlue
737
public static
SolidColorBrush
LightCoral
748
public static
SolidColorBrush
LightCyan
759
public static
SolidColorBrush
LightGoldenrodYellow
770
public static
SolidColorBrush
LightGray
781
public static
SolidColorBrush
LightGreen
792
public static
SolidColorBrush
LightPink
803
public static
SolidColorBrush
LightSalmon
814
public static
SolidColorBrush
LightSeaGreen
825
public static
SolidColorBrush
LightSkyBlue
836
public static
SolidColorBrush
LightSlateGray
847
public static
SolidColorBrush
LightSteelBlue
858
public static
SolidColorBrush
LightYellow
869
public static
SolidColorBrush
Lime
880
public static
SolidColorBrush
LimeGreen
891
public static
SolidColorBrush
Linen
902
public static
SolidColorBrush
Magenta
913
public static
SolidColorBrush
Maroon
924
public static
SolidColorBrush
MediumAquamarine
935
public static
SolidColorBrush
MediumBlue
946
public static
SolidColorBrush
MediumOrchid
957
public static
SolidColorBrush
MediumPurple
968
public static
SolidColorBrush
MediumSeaGreen
979
public static
SolidColorBrush
MediumSlateBlue
990
public static
SolidColorBrush
MediumSpringGreen
1001
public static
SolidColorBrush
MediumTurquoise
1012
public static
SolidColorBrush
MediumVioletRed
1023
public static
SolidColorBrush
MidnightBlue
1034
public static
SolidColorBrush
MintCream
1045
public static
SolidColorBrush
MistyRose
1056
public static
SolidColorBrush
Moccasin
1067
public static
SolidColorBrush
NavajoWhite
1078
public static
SolidColorBrush
Navy
1089
public static
SolidColorBrush
OldLace
1100
public static
SolidColorBrush
Olive
1111
public static
SolidColorBrush
OliveDrab
1122
public static
SolidColorBrush
Orange
1133
public static
SolidColorBrush
OrangeRed
1144
public static
SolidColorBrush
Orchid
1155
public static
SolidColorBrush
PaleGoldenrod
1166
public static
SolidColorBrush
PaleGreen
1177
public static
SolidColorBrush
PaleTurquoise
1188
public static
SolidColorBrush
PaleVioletRed
1199
public static
SolidColorBrush
PapayaWhip
1210
public static
SolidColorBrush
PeachPuff
1221
public static
SolidColorBrush
Peru
1232
public static
SolidColorBrush
Pink
1243
public static
SolidColorBrush
Plum
1254
public static
SolidColorBrush
PowderBlue
1265
public static
SolidColorBrush
Purple
1276
public static
SolidColorBrush
Red
1287
public static
SolidColorBrush
RosyBrown
1298
public static
SolidColorBrush
RoyalBlue
1309
public static
SolidColorBrush
SaddleBrown
1320
public static
SolidColorBrush
Salmon
1331
public static
SolidColorBrush
SandyBrown
1342
public static
SolidColorBrush
SeaGreen
1353
public static
SolidColorBrush
SeaShell
1364
public static
SolidColorBrush
Sienna
1375
public static
SolidColorBrush
Silver
1386
public static
SolidColorBrush
SkyBlue
1397
public static
SolidColorBrush
SlateBlue
1408
public static
SolidColorBrush
SlateGray
1419
public static
SolidColorBrush
Snow
1430
public static
SolidColorBrush
SpringGreen
1441
public static
SolidColorBrush
SteelBlue
1452
public static
SolidColorBrush
Tan
1463
public static
SolidColorBrush
Teal
1474
public static
SolidColorBrush
Thistle
1485
public static
SolidColorBrush
Tomato
1496
public static
SolidColorBrush
Transparent
1507
public static
SolidColorBrush
Turquoise
1518
public static
SolidColorBrush
Violet
1529
public static
SolidColorBrush
Wheat
1540
public static
SolidColorBrush
White
1551
public static
SolidColorBrush
WhiteSmoke
1562
public static
SolidColorBrush
Yellow
1573
public static
SolidColorBrush
YellowGreen
System\Windows\Media\Generated\SolidColorBrush.cs (7)
31
public new
SolidColorBrush
Clone()
33
return (
SolidColorBrush
)base.Clone();
40
public new
SolidColorBrush
CloneCurrentValue()
42
return (
SolidColorBrush
)base.CloneCurrentValue();
58
SolidColorBrush
target = ((
SolidColorBrush
) d);
308
Type typeofThis = typeof(
SolidColorBrush
);
System\Windows\Media\Knowncolors.cs (6)
183
public static
SolidColorBrush
ColorStringToKnownBrush(string s)
199
public static bool IsKnownSolidColorBrush(
SolidColorBrush
scp)
207
public static
SolidColorBrush
SolidColorBrushFromUint(uint argb)
209
SolidColorBrush
scp = null;
834
private static Dictionary<uint,
SolidColorBrush
> s_solidColorBrushCache = new Dictionary<uint,
SolidColorBrush
>();
System\Windows\Media\Parsers.cs (1)
274
SolidColorBrush
scp = KnownColors.ColorStringToKnownBrush(trimmedColor);
System\Windows\Media\SolidColorBrush.cs (3)
135
SolidColorBrush
scp = KnownColors.SolidColorBrushFromUint(knownColorUint);
309
private static TwoWayDictionary<
SolidColorBrush
, string> s_knownSolidColorBrushStringCache = new TwoWayDictionary<
SolidColorBrush
, string>(keyComparer: ReferenceEqualityComparer.Instance);
PresentationFramework (82)
MS\Internal\Ink\PenCursorManager.cs (1)
445
SolidColorBrush
brush2 = new SolidColorBrush(Color.FromRgb(180, 207, 248));
System\Windows\Annotations\AnnotationHelper.cs (2)
927
SolidColorBrush
brush = highlightBrush as
SolidColorBrush
;
System\Windows\Controls\Border.cs (2)
290
SolidColorBrush
originIndependentBrush = borderBrush as
SolidColorBrush
;
System\Windows\Controls\ProgressBar.cs (2)
186
if (this.Foreground is
SolidColorBrush
)
188
Color color = ((
SolidColorBrush
)this.Foreground).Color;
System\Windows\Controls\StickyNote.cs (2)
1743
SolidColorBrush
foreground = Foreground as
SolidColorBrush
;
System\Windows\Controls\TextRangeAdaptor.cs (2)
1257
SolidColorBrush
solidBrush = brush as
SolidColorBrush
;
System\Windows\Documents\FixedSOMTextRun.cs (4)
216
SolidColorBrush
thisBrush = this.Foreground as
SolidColorBrush
;
217
SolidColorBrush
otherBrush = run.Foreground as
SolidColorBrush
;
System\Windows\Documents\TextSchema.cs (3)
911
SolidColorBrush
solidBrush1 = brush1 as
SolidColorBrush
;
914
return solidBrush1.Color.Equals(((
SolidColorBrush
)brush2).Color);
System\windows\Documents\TextSelection.cs (4)
1617
backgroundPropertyValue is
SolidColorBrush
)
1619
backgroundColor = ((
SolidColorBrush
)backgroundPropertyValue).Color;
1633
if (backgroundPropertyValue is
SolidColorBrush
)
1635
backgroundColor = ((
SolidColorBrush
)backgroundPropertyValue).Color;
System\Windows\Documents\TextServicesDisplayAttribute.cs (1)
99
return ((
SolidColorBrush
)position.GetValue(TextElement.ForegroundProperty)).Color;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
672
case 578: t = () => typeof(
SolidColorBrush
); break;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
2521
System.Windows.Media.
SolidColorBrush
brush = System.Windows.Media.
SolidColorBrush
.DeserializeFrom(binReader) as System.Windows.Media.
SolidColorBrush
;
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (1)
38
return System.Windows.Media.
SolidColorBrush
.DeserializeFrom(_reader,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
8503
Type type = typeof(System.Windows.Media.
SolidColorBrush
);
8504
DependencyProperty dp = System.Windows.Media.
SolidColorBrush
.ColorProperty;
8506
this.GetXamlType(typeof(System.Windows.Media.
SolidColorBrush
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10100
typeof(System.Windows.Media.
SolidColorBrush
),
System\Windows\Markup\BamlRecords.cs (1)
2767
_valueObject =
SolidColorBrush
.DeserializeFrom(reader, bamlRecordReader.TypeConvertContext);
System\Windows\Markup\KnownTypes.cs (1)
6126
case KnownElements.SolidColorBrush: t = typeof(System.Windows.Media.
SolidColorBrush
); break;
System\Windows\Markup\XamlBrushSerializer.cs (2)
68
return
SolidColorBrush
.SerializeOn(writer, stringValue.Trim());
91
return
SolidColorBrush
.DeserializeFrom(reader);
System\Windows\SystemColors.cs (45)
1035
public static
SolidColorBrush
ActiveBorderBrush
1046
public static
SolidColorBrush
ActiveCaptionBrush
1057
public static
SolidColorBrush
ActiveCaptionTextBrush
1068
public static
SolidColorBrush
AppWorkspaceBrush
1079
public static
SolidColorBrush
ControlBrush
1090
public static
SolidColorBrush
ControlDarkBrush
1101
public static
SolidColorBrush
ControlDarkDarkBrush
1112
public static
SolidColorBrush
ControlLightBrush
1123
public static
SolidColorBrush
ControlLightLightBrush
1134
public static
SolidColorBrush
ControlTextBrush
1145
public static
SolidColorBrush
DesktopBrush
1156
public static
SolidColorBrush
GradientActiveCaptionBrush
1167
public static
SolidColorBrush
GradientInactiveCaptionBrush
1178
public static
SolidColorBrush
GrayTextBrush
1189
public static
SolidColorBrush
HighlightBrush
1200
public static
SolidColorBrush
HighlightTextBrush
1211
public static
SolidColorBrush
HotTrackBrush
1222
public static
SolidColorBrush
InactiveBorderBrush
1233
public static
SolidColorBrush
InactiveCaptionBrush
1244
public static
SolidColorBrush
InactiveCaptionTextBrush
1255
public static
SolidColorBrush
InfoBrush
1266
public static
SolidColorBrush
InfoTextBrush
1277
public static
SolidColorBrush
MenuBrush
1288
public static
SolidColorBrush
MenuBarBrush
1299
public static
SolidColorBrush
MenuHighlightBrush
1310
public static
SolidColorBrush
MenuTextBrush
1321
public static
SolidColorBrush
ScrollBarBrush
1332
public static
SolidColorBrush
WindowBrush
1343
public static
SolidColorBrush
WindowFrameBrush
1354
public static
SolidColorBrush
WindowTextBrush
1368
public static
SolidColorBrush
InactiveSelectionHighlightBrush
1389
public static
SolidColorBrush
InactiveSelectionHighlightTextBrush
1411
public static
SolidColorBrush
AccentColorBrush
1432
public static
SolidColorBrush
AccentColorLight1Brush
1453
public static
SolidColorBrush
AccentColorLight2Brush
1474
public static
SolidColorBrush
AccentColorLight3Brush
1495
public static
SolidColorBrush
AccentColorDark1Brush
1516
public static
SolidColorBrush
AccentColorDark2Brush
1537
public static
SolidColorBrush
AccentColorDark3Brush
2306
private static
SolidColorBrush
MakeBrush(CacheSlot slot)
2308
SolidColorBrush
brush;
2329
private static
SolidColorBrush
MakeAccentBrush(CacheSlot slot)
2331
SolidColorBrush
brush;
2468
private static
SolidColorBrush
[] _brushCache = new
SolidColorBrush
[(int)CacheSlot.NumSlots];
System\Windows\SystemParameters.cs (1)
5677
var
glassBrush = new SolidColorBrush(WindowGlassColor);
PresentationFramework.Aero (64)
Microsoft\Windows\Themes\BulletChrome.cs (31)
128
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
129
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
179
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
180
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
187
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
188
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
272
chrome.GlyphStroke.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
273
chrome.GlyphFill.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
348
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
351
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
531
chrome.GlyphStroke.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
532
chrome.GlyphFill.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
1154
private static
SolidColorBrush
CommonCheckMarkDisabledFill
1164
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xAE, 0xB7, 0xCF));
1174
private static
SolidColorBrush
CommonCheckMarkFill
1184
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C));
1196
private static
SolidColorBrush
CommonCheckMarkPressedFill
1206
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C))
1346
private static
SolidColorBrush
CommonHoverBackgroundOverlay
1356
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xDE, 0xF9, 0xFA));
1366
private static
SolidColorBrush
CommonPressedBackgroundOverlay
1376
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xC2, 0xE4, 0xF6));
1386
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
1396
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
2451
private static
SolidColorBrush
_commonCheckMarkDisabledFill;
2452
private static
SolidColorBrush
_commonCheckMarkFill;
2453
private static
SolidColorBrush
_commonCheckMarkPressedFill;
2481
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
2484
private static
SolidColorBrush
_commonHoverBackgroundOverlay;
2490
private static
SolidColorBrush
_commonPressedBackgroundOverlay;
2506
public
SolidColorBrush
BackgroundOverlay;
Microsoft\Windows\Themes\ButtonChrome.cs (15)
133
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, daukf);
153
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
213
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
242
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, daukf);
253
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
254
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
304
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
305
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
324
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
345
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
346
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
353
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
748
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
758
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
1166
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
289
SolidColorBrush
bottomBrush = (
SolidColorBrush
)GetCachedFreezable((int)bottomType);
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
500
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
510
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
673
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
Microsoft\Windows\Themes\ScrollChrome.cs (12)
123
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
129
chrome.Shadow.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
165
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
167
chrome.Shadow.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
232
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
253
OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
330
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
1782
private static
SolidColorBrush
CommonThumbEnabledGlyphShadow
1792
SolidColorBrush
temp = new SolidColorBrush(Colors.White)
1807
private
SolidColorBrush
GlyphShadow
1851
private static
SolidColorBrush
_commonThumbEnabledGlyphShadow;
1885
public
SolidColorBrush
GlyphShadow;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
452
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
PresentationFramework.Aero2 (64)
Microsoft\Windows\Themes\BulletChrome.cs (31)
128
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
129
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
179
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
180
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
187
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
188
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
272
chrome.GlyphStroke.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
273
chrome.GlyphFill.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
348
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
351
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
531
chrome.GlyphStroke.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
532
chrome.GlyphFill.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
1154
private static
SolidColorBrush
CommonCheckMarkDisabledFill
1164
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xAE, 0xB7, 0xCF));
1174
private static
SolidColorBrush
CommonCheckMarkFill
1184
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C));
1196
private static
SolidColorBrush
CommonCheckMarkPressedFill
1206
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C))
1346
private static
SolidColorBrush
CommonHoverBackgroundOverlay
1356
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xDE, 0xF9, 0xFA));
1366
private static
SolidColorBrush
CommonPressedBackgroundOverlay
1376
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xC2, 0xE4, 0xF6));
1386
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
1396
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
2451
private static
SolidColorBrush
_commonCheckMarkDisabledFill;
2452
private static
SolidColorBrush
_commonCheckMarkFill;
2453
private static
SolidColorBrush
_commonCheckMarkPressedFill;
2481
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
2484
private static
SolidColorBrush
_commonHoverBackgroundOverlay;
2490
private static
SolidColorBrush
_commonPressedBackgroundOverlay;
2506
public
SolidColorBrush
BackgroundOverlay;
Microsoft\Windows\Themes\ButtonChrome.cs (15)
133
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, daukf);
153
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
213
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
242
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, daukf);
253
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
254
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
304
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
305
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
324
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
345
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
346
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
353
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
748
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
758
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
1166
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
289
SolidColorBrush
bottomBrush = (
SolidColorBrush
)GetCachedFreezable((int)bottomType);
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
500
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
510
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
673
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
Microsoft\Windows\Themes\ScrollChrome.cs (12)
123
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
129
chrome.Shadow.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
165
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
167
chrome.Shadow.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
232
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
253
OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
330
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
1782
private static
SolidColorBrush
CommonThumbEnabledGlyphShadow
1792
SolidColorBrush
temp = new SolidColorBrush(Colors.White)
1807
private
SolidColorBrush
GlyphShadow
1851
private static
SolidColorBrush
_commonThumbEnabledGlyphShadow;
1885
public
SolidColorBrush
GlyphShadow;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
452
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
PresentationFramework.AeroLite (19)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
74
SolidColorBrush
background = (
SolidColorBrush
)GetCachedFreezable((int)backgroundType);
226
SolidColorBrush
arrowFill = (
SolidColorBrush
)GetCachedFreezable((int)AeroLiteFreezables.ArrowFill);
Microsoft\Windows\Themes\ScrollChrome.cs (14)
271
private static
SolidColorBrush
CommonThumbFill
281
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xDD, 0xDD, 0xDD));
291
private static
SolidColorBrush
CommonThumbHoverFill
301
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xBD, 0xE6, 0xFD));
311
private static
SolidColorBrush
CommonThumbPressedFill
321
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xBD, 0xE6, 0xFD));
331
private
SolidColorBrush
Fill
459
private
SolidColorBrush
CommonThumbEnabledGlyph
469
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x00, 0x00, 0x00));
479
private
SolidColorBrush
Glyph
501
private static
SolidColorBrush
_commonThumbFill;
502
private static
SolidColorBrush
_commonThumbHoverFill;
503
private static
SolidColorBrush
_commonThumbPressedFill;
509
private static
SolidColorBrush
_commonThumbEnabledGlyph;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
452
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
PresentationFramework.Classic (10)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (9)
404
SolidColorBrush
controlBrush = decorator.Background as
SolidColorBrush
;
519
SolidColorBrush
temp = new SolidColorBrush();
924
SolidColorBrush
solidBrush = borderBrush as
SolidColorBrush
;
1450
public
SolidColorBrush
LightBrush;
1451
public
SolidColorBrush
LightLightBrush;
1452
public
SolidColorBrush
DarkBrush;
1453
public
SolidColorBrush
DarkDarkBrush;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
452
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
PresentationFramework.Fluent (1)
Controls\FallbackBrushConverter.cs (1)
12
if (value is
SolidColorBrush
brush)
PresentationFramework.Luna (90)
Microsoft\Windows\Themes\ButtonChrome.cs (12)
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));
1283
private static
SolidColorBrush
CommonDisabledFillNC
1293
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xF5, 0xF4, 0xEA));
1304
private static
SolidColorBrush
CommonDisabledFillHS
1314
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xF6, 0xF2, 0xE9));
1325
private static
SolidColorBrush
CommonDisabledFillM
1335
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xF1, 0xF1, 0xED));
1521
private static
SolidColorBrush
_commonDisabledFillNC;
1522
private static
SolidColorBrush
_commonDisabledFillHS;
1523
private static
SolidColorBrush
_commonDisabledFillM;
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (5)
204
SolidColorBrush
tabStrokeBrush = new SolidColorBrush((themeColor == ThemeColor.Homestead) ? Color.FromArgb(0xFF, 0xCF, 0x72, 0x25) : Color.FromArgb(0xFF, 0xF8, 0xA9, 0x00));
246
SolidColorBrush
border = (
SolidColorBrush
)GetCachedFreezable((int)LunaFreezables.PressedBorder);
356
SolidColorBrush
arrowFill = (
SolidColorBrush
)GetCachedFreezable((int)LunaFreezables.ArrowFill);
Microsoft\Windows\Themes\ScrollChrome.cs (58)
1424
private static
SolidColorBrush
CommonDisabledGlyph
1434
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xC9, 0xC9, 0xC2));
1445
private static
SolidColorBrush
CommonArrowGlyphNC
1455
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x4D, 0x61, 0x85));
1466
private static
SolidColorBrush
CommonArrowGlyphHS
1474
private static
SolidColorBrush
CommonArrowGlyphM
1484
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x3F, 0x3D, 0x3D));
1495
private static
SolidColorBrush
CommonHoverArrowGlyphM
1505
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x20, 0x20, 0x20));
1516
private static
SolidColorBrush
CommonGripperGlyphNC
1526
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xEE, 0xF4, 0xFE));
1537
private static
SolidColorBrush
CommonHoverGripperGlyphNC
1547
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xFC, 0xFD, 0xFF));
1558
private static
SolidColorBrush
CommonPressedGripperGlyphNC
1568
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xCF, 0xDD, 0xFD));
1579
private static
SolidColorBrush
CommonGripperGlyphHS
1589
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xD0, 0xDF, 0xAC));
1600
private static
SolidColorBrush
CommonHoverGripperGlyphHS
1610
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xEB, 0xF5, 0xD4));
1621
private static
SolidColorBrush
CommonPressedGripperGlyphHS
1631
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB9, 0xD0, 0x97));
1642
private static
SolidColorBrush
CommonGripperGlyphM
1652
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1718
private static
SolidColorBrush
CommonDisabledGripperGlyphShadow
1728
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
1739
private static
SolidColorBrush
CommonGripperGlyphShadowNC
1749
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x8C, 0xB0, 0xF8));
1760
private static
SolidColorBrush
CommonHoverGripperGlyphShadowNC
1770
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x9C, 0xC5, 0xFF));
1781
private static
SolidColorBrush
CommonPressedGripperGlyphShadowNC
1791
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x83, 0x9E, 0xD8));
1802
private static
SolidColorBrush
CommonGripperGlyphShadowHS
1812
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x8C, 0x9D, 0x73));
1823
private static
SolidColorBrush
CommonHoverGripperGlyphShadowHS
1833
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB6, 0xC6, 0x8E));
1844
private static
SolidColorBrush
CommonPressedGripperGlyphShadowHS
1854
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x7A, 0x8B, 0x63));
1865
private static
SolidColorBrush
CommonGripperGlyphShadowM
1875
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x8E, 0x95, 0xA2));
2561
private static
SolidColorBrush
_commonDisabledGlyph;
2563
private static
SolidColorBrush
_commonArrowGlyphNC;
2564
private static
SolidColorBrush
_commonArrowGlyphM;
2566
private static
SolidColorBrush
_commonHoverArrowGlyphM;
2568
private static
SolidColorBrush
_commonGripperGlyphNC;
2569
private static
SolidColorBrush
_commonHoverGripperGlyphNC;
2570
private static
SolidColorBrush
_commonPressedGripperGlyphNC;
2572
private static
SolidColorBrush
_commonGripperGlyphHS;
2573
private static
SolidColorBrush
_commonHoverGripperGlyphHS;
2574
private static
SolidColorBrush
_commonPressedGripperGlyphHS;
2576
private static
SolidColorBrush
_commonGripperGlyphM;
2578
private static
SolidColorBrush
_commonDisabledGripperGlyphShadow;
2580
private static
SolidColorBrush
_commonGripperGlyphShadowNC;
2581
private static
SolidColorBrush
_commonHoverGripperGlyphShadowNC;
2582
private static
SolidColorBrush
_commonPressedGripperGlyphShadowNC;
2584
private static
SolidColorBrush
_commonGripperGlyphShadowHS;
2585
private static
SolidColorBrush
_commonHoverGripperGlyphShadowHS;
2586
private static
SolidColorBrush
_commonPressedGripperGlyphShadowHS;
2588
private static
SolidColorBrush
_commonGripperGlyphShadowM;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (14)
525
private static
SolidColorBrush
CommonDisabledGlyphFill
534
private static
SolidColorBrush
CommonCheckMarkFill
544
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0x21));
554
private static
SolidColorBrush
CommonCheckMarkPressedFill
564
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x1A, 0x7E, 0x18));
626
private static
SolidColorBrush
CommonDisabledBackground
634
private static
SolidColorBrush
CommonDisabledBorder
644
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xCA, 0xC8, 0xBB));
841
private static
SolidColorBrush
CommonIndeterminateFill
851
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x73, 0xC2, 0x73));
990
private static
SolidColorBrush
_commonCheckMarkFill;
991
private static
SolidColorBrush
_commonCheckMarkPressedFill;
995
private static
SolidColorBrush
_commonIndeterminateFill;
1002
private static
SolidColorBrush
_commonDisabledBorder;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
452
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
PresentationFramework.Royale (40)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
470
SolidColorBrush
brush = new SolidColorBrush(Color.FromArgb(0xFF,0xC6,0xC5,0xC9));
903
private static
SolidColorBrush
CommonDisabledFill
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (5)
133
SolidColorBrush
tabStrokeBrush = new SolidColorBrush(Color.FromArgb(0xFF, 0xF8, 0xA9, 0x00));
168
SolidColorBrush
border = (
SolidColorBrush
)GetCachedFreezable((int)RoyaleFreezables.PressedBorder);
278
SolidColorBrush
arrowFill = (
SolidColorBrush
)GetCachedFreezable((int)RoyaleFreezables.ArrowFill);
Microsoft\Windows\Themes\ScrollChrome.cs (18)
843
private static
SolidColorBrush
CommonDisabledGlyph
853
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB7, 0xCB, 0xE3));
865
private static
SolidColorBrush
CommonArrowGlyph
875
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x5B, 0x64, 0x73));
886
private static
SolidColorBrush
CommonHoverArrowGlyph
896
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x6B, 0x7B, 0x84));
907
private static
SolidColorBrush
CommonGripperGlyph
917
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
954
private static
SolidColorBrush
CommonDisabledGripperGlyphShadow
964
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
975
private static
SolidColorBrush
CommonGripperGlyphShadow
985
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x83, 0x97, 0xAF));
1157
private static
SolidColorBrush
_commonDisabledGlyph;
1159
private static
SolidColorBrush
_commonArrowGlyph;
1161
private static
SolidColorBrush
_commonHoverArrowGlyph;
1163
private static
SolidColorBrush
_commonGripperGlyph;
1166
private static
SolidColorBrush
_commonDisabledGripperGlyphShadow;
1168
private static
SolidColorBrush
_commonGripperGlyphShadow;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (14)
525
private static
SolidColorBrush
CommonDisabledGlyphFill
534
private static
SolidColorBrush
CommonCheckMarkFill
544
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0x21));
554
private static
SolidColorBrush
CommonCheckMarkPressedFill
564
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x1A, 0x7E, 0x18));
626
private static
SolidColorBrush
CommonDisabledBackground
634
private static
SolidColorBrush
CommonDisabledBorder
644
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xCA, 0xC8, 0xBB));
841
private static
SolidColorBrush
CommonIndeterminateFill
851
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x73, 0xC2, 0x73));
990
private static
SolidColorBrush
_commonCheckMarkFill;
991
private static
SolidColorBrush
_commonCheckMarkPressedFill;
995
private static
SolidColorBrush
_commonIndeterminateFill;
1002
private static
SolidColorBrush
_commonDisabledBorder;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
452
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
ReachFramework (56)
AlphaFlattener\BrushProxy.cs (29)
412
if (! (_brush is
SolidColorBrush
) && ! Utility.IsIdentity(_brush.RelativeTransform))
605
if (_brush is
SolidColorBrush
)
607
SolidColorBrush
y = _brush as
SolidColorBrush
;
694
if (_brush is
SolidColorBrush
)
696
SolidColorBrush
y = _brush as
SolidColorBrush
;
789
if (!(_brush is
SolidColorBrush
))
855
SolidColorBrush
sA = _brush as
SolidColorBrush
;
862
SolidColorBrush
sB = brushB.Brush as
SolidColorBrush
;
1058
else if (_brush is
SolidColorBrush
)
1110
else if (!(_brush is
SolidColorBrush
))
1155
SolidColorBrush
scb = _brush as
SolidColorBrush
;
1382
if (!(_brush is
SolidColorBrush
))
2131
Debug.Assert(b._brush is
SolidColorBrush
, "SolidColorBrush expected");
2202
if (brushB is
SolidColorBrush
)
2605
SolidColorBrush
sb = brush as
SolidColorBrush
;
2622
SolidColorBrush
sb = brush as
SolidColorBrush
;
2827
SolidColorBrush
solidBrush = brush as
SolidColorBrush
;
3284
if (brushB.Brush is
SolidColorBrush
)
3286
SolidColorBrush
sB = brushB.Brush as
SolidColorBrush
;
3477
if (_brush is
SolidColorBrush
)
AlphaFlattener\DrawingContext.cs (1)
647
if (b is
SolidColorBrush
)
AlphaFlattener\ImageProxy.cs (6)
261
if (brush.Brush is
SolidColorBrush
)
263
SolidColorBrush
sb = brush.Brush as
SolidColorBrush
;
302
if (brush.Brush is
SolidColorBrush
)
304
SolidColorBrush
sb = brush.Brush as
SolidColorBrush
;
AlphaFlattener\MetroDevice.cs (4)
181
if (!(brush is
SolidColorBrush
))
189
if (!(pen.Brush is
SolidColorBrush
))
197
if (g.OpacityMask.BrushList == null && !(g.OpacityMask.Brush is
SolidColorBrush
))
276
if (foreground != null && !(foreground is
SolidColorBrush
))
AlphaFlattener\Optimizer.cs (1)
360
if ((b != null) && ((b is
SolidColorBrush
) || (b is LinearGradientBrush)))
AlphaFlattener\Primitive.cs (2)
601
SolidColorBrush
sb = OpacityMask.Brush as
SolidColorBrush
;
AlphaFlattener\PrimitiveList.cs (2)
192
SolidColorBrush
sb = b as
SolidColorBrush
;
AlphaFlattener\Utility.cs (2)
1101
SolidColorBrush
sb = brush as
SolidColorBrush
;
Serialization\VisualSerializer.cs (7)
336
SolidColorBrush
solidBrush = brush as
SolidColorBrush
;
688
SolidColorBrush
sb = brush as
SolidColorBrush
;
2062
if ((foreground is
SolidColorBrush
) && (_opacityMask == null))
2248
SolidColorBrush
sb = opacityMask as
SolidColorBrush
;
Serialization\VisualTreeFlattener.cs (2)
593
SolidColorBrush
colorBrush = fixedPage.Background as
SolidColorBrush
;
WindowsFormsIntegration (4)
System\Windows\Integration\HostUtils.cs (2)
140
SWM.
SolidColorBrush
solid = c as SWM.
SolidColorBrush
;
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (2)
379
SWM.
SolidColorBrush
solidColorBrush = brush as SWM.
SolidColorBrush
;