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)
62
ParameterText = SystemParameters.HighContrast ? SystemColors.WindowTextBrush : new
SolidColorBrush
(Color.FromArgb(0xFF, 0x1E, 0x1E, 0x1E));
63
RemovedParameterText = SystemParameters.HighContrast ? SystemColors.WindowTextBrush : new
SolidColorBrush
(Colors.Gray);
64
DisabledParameterBackground = SystemParameters.HighContrast ? SystemColors.WindowBrush : new
SolidColorBrush
(Color.FromArgb(0xFF, 0xDF, 0xE7, 0xF3));
65
DisabledParameterForeground = SystemParameters.HighContrast ? SystemColors.GrayTextBrush : new
SolidColorBrush
(Color.FromArgb(0xFF, 0xA2, 0xA4, 0xA5));
66
Members.Background = SystemParameters.HighContrast ? SystemColors.WindowBrush : new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
67
StrikethroughBrush = SystemParameters.HighContrast ? SystemColors.WindowTextBrush : new
SolidColorBrush
(Colors.Red);
PresentationCore (9)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1757
foregroundBrush = new
SolidColorBrush
(Color.FromArgb(
System\Windows\Ink\Stroke2.cs (2)
400
SolidColorBrush brush = new
SolidColorBrush
(drawingAttributes.Color);
438
SolidColorBrush brush = new
SolidColorBrush
(drawingAttributes.Color);
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
66
SolidColorBrush brush = new
SolidColorBrush
(color);
System\Windows\Media\Generated\SolidColorBrush.cs (1)
126
return new
SolidColorBrush
();
System\Windows\Media\Knowncolors.cs (1)
217
scp = new
SolidColorBrush
(Color.FromUInt32(argb));
System\Windows\Media\Parsers.cs (3)
273
return (new
SolidColorBrush
(ParseHexColor(trimmedColor)));
278
return (new
SolidColorBrush
(ParseContextColor(trimmedColor, formatProvider, context)));
283
return (new
SolidColorBrush
(ParseScRgbColor(trimmedColor, formatProvider)));
PresentationFramework (26)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
1188
return new
SolidColorBrush
(_activeOwners[0].SelectedBackground);
1191
return _owners.Count > 0 ? new
SolidColorBrush
(_owners[0].Background) : null;
MS\Internal\Annotations\Component\HighlightComponent.cs (3)
259
HighlightBrush = new
SolidColorBrush
(_background);
347
HighlightBrush = new
SolidColorBrush
(_selectedBackground);
349
HighlightBrush = new
SolidColorBrush
(_background);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
561
MarkerBrush = new
SolidColorBrush
(DefaultMarkerColor);
569
MarkerBrush = new
SolidColorBrush
(DefaultActiveMarkerColor);
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
48
_adornerPenBrush = new Pen(new
SolidColorBrush
(Color.FromRgb(132, 146, 222)), 1);
MS\Internal\Documents\TextBoxView.cs (1)
540
context.DrawRectangle(new
SolidColorBrush
(Color.FromArgb(0, 0, 0, 0)), null, new Rect(0, 0, this.RenderSize.Width, this.RenderSize.Height));
MS\Internal\Ink\LassoHelper.cs (2)
304
_brush = new
SolidColorBrush
(DotColor);
311
_pen = new Pen(new
SolidColorBrush
(DotCircumferenceColor), DotCircumferenceThickness);
MS\Internal\Ink\PenCursorManager.cs (1)
452
SolidColorBrush brush2 = new
SolidColorBrush
(Color.FromRgb(180, 207, 248));
MS\Internal\PtsHost\MbpInfo.cs (1)
94
_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)
1935
Brush selectionBrush = new
SolidColorBrush
(SystemColors.HighlightColor);
1945
Brush selectionTextBrush = new
SolidColorBrush
(SystemColors.HighlightTextColor);
System\Windows\Documents\ColumnResizeAdorner.cs (1)
44
_pen = new Pen(new
SolidColorBrush
(Colors.LightSlateGray), 2.0);
System\Windows\Documents\CompositionAdorner.cs (2)
185
Pen pen = new Pen(new
SolidColorBrush
(Colors.Black), lineHeight);
249
pen.Brush = new
SolidColorBrush
(compositionLine.LineColor);
System\windows\Documents\SelectionHighlightInfo.cs (1)
29
_objectMaskBrush = new
SolidColorBrush
(SystemColors.HighlightColor);
System\windows\Documents\TextSelection.cs (1)
1663
caretBrush = new
SolidColorBrush
(Color.FromRgb(r, g, b));
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9126
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
SolidColorBrush
(); };
System\Windows\Markup\KnownTypes.cs (1)
1542
case KnownElements.SolidColorBrush: o = new System.Windows.Media.
SolidColorBrush
(); break;
System\Windows\SystemColors.cs (2)
2319
brush = new
SolidColorBrush
(GetSystemColor(slot));
2341
brush = new
SolidColorBrush
(GetAccentColor(slot));
System\Windows\SystemParameters.cs (1)
5695
var glassBrush = new
SolidColorBrush
(WindowGlassColor);
PresentationFramework.Aero (32)
Microsoft\Windows\Themes\BulletChrome.cs (13)
913
temp.Brush = new
SolidColorBrush
(Colors.White);
937
temp.Brush = new
SolidColorBrush
(Colors.White);
960
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xA2, 0xAE, 0xB9));
983
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x19, 0x3B, 0x55));
1132
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xAE, 0xB7, 0xCF));
1152
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1174
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1318
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xDE, 0xF9, 0xFA));
1338
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xC2, 0xE4, 0xF6));
1358
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
1380
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1402
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
1424
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ButtonChrome.cs (5)
754
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
817
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
839
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
862
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
964
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xF9, 0x00, 0xCC, 0xFF));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
211
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
288
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD5, 0xD5, 0xD5));
292
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x93, 0xC9, 0xE3));
296
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
515
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
608
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ScrollChrome.cs (7)
1083
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x95, 0x95, 0x95));
1107
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1131
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x15, 0x59, 0x8A));
1210
temp.Brush = new
SolidColorBrush
(Colors.White);
1281
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xCF, 0xCF, 0xCF));
1731
SolidColorBrush temp = new
SolidColorBrush
(Colors.White);
1768
_localResources.GlyphShadow = new
SolidColorBrush
(Colors.White);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
331
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Aero2 (32)
Microsoft\Windows\Themes\BulletChrome.cs (13)
913
temp.Brush = new
SolidColorBrush
(Colors.White);
937
temp.Brush = new
SolidColorBrush
(Colors.White);
960
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xA2, 0xAE, 0xB9));
983
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x19, 0x3B, 0x55));
1132
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xAE, 0xB7, 0xCF));
1152
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1174
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1318
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xDE, 0xF9, 0xFA));
1338
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xC2, 0xE4, 0xF6));
1358
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
1380
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1402
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
1424
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ButtonChrome.cs (5)
754
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
817
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
839
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
862
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
964
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xF9, 0x00, 0xCC, 0xFF));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
211
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
288
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD5, 0xD5, 0xD5));
292
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x93, 0xC9, 0xE3));
296
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
515
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
608
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ScrollChrome.cs (7)
1083
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x95, 0x95, 0x95));
1107
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1131
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x15, 0x59, 0x8A));
1210
temp.Brush = new
SolidColorBrush
(Colors.White);
1281
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xCF, 0xCF, 0xCF));
1731
SolidColorBrush temp = new
SolidColorBrush
(Colors.White);
1768
_localResources.GlyphShadow = new
SolidColorBrush
(Colors.White);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
331
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.AeroLite (13)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (5)
80
background = new
SolidColorBrush
();
132
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xDE, 0xDF, 0xE1));
136
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x4F, 0x90, 0xAE));
140
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x69, 0xBB, 0xE3));
232
arrowFill = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x00, 0x00, 0x00));
Microsoft\Windows\Themes\ScrollChrome.cs (7)
287
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xDD, 0xDD, 0xDD));
307
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xBD, 0xE6, 0xFD));
327
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xBD, 0xE6, 0xFD));
375
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xA3, 0xA3, 0xA3));
399
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0xC4));
423
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x00, 0x73, 0x94));
469
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x00, 0x00, 0x00));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
331
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Classic (5)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
432
decorator._brushCache.LightLightBrush = new
SolidColorBrush
(GetControlLightLightColor(controlColor));
435
decorator._brushCache.DarkBrush = new
SolidColorBrush
(darkColor);
444
decorator._brushCache.DarkDarkBrush = new
SolidColorBrush
(darkDarkColor);
520
SolidColorBrush temp = new
SolidColorBrush
();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
331
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Fluent (1)
Controls\FallbackBrushConverter.cs (1)
23
return new
SolidColorBrush
(color);
PresentationFramework.Luna (49)
Microsoft\Windows\Themes\ButtonChrome.cs (6)
560
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC9, 0xC7, 0xBA));
584
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xCA, 0xC4, 0xB8));
609
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC4, 0xC3, 0xBF));
1266
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF5, 0xF4, 0xEA));
1287
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF6, 0xF2, 0xE9));
1308
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF1, 0xF1, 0xED));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
204
SolidColorBrush tabStrokeBrush = new
SolidColorBrush
((themeColor == ThemeColor.Homestead) ? Color.FromArgb(0xFF, 0xCF, 0x72, 0x25) : Color.FromArgb(0xFF, 0xF8, 0xA9, 0x00));
247
border = new
SolidColorBrush
((themeColor == ThemeColor.Metallic) ? Color.FromArgb(0xFF, 0x80, 0x80, 0x99) : Color.FromArgb(0xFF, 0xA5, 0xA5, 0x97));
355
arrowFill = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xA8, 0x99));
Microsoft\Windows\Themes\ScrollChrome.cs (35)
1384
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC9, 0xC9, 0xC2));
1405
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x4D, 0x61, 0x85));
1434
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x3F, 0x3D, 0x3D));
1455
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x20, 0x20, 0x20));
1476
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xEE, 0xF4, 0xFE));
1497
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFC, 0xFD, 0xFF));
1518
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xCF, 0xDD, 0xFD));
1539
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD0, 0xDF, 0xAC));
1560
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xEB, 0xF5, 0xD4));
1581
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xD0, 0x97));
1602
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1678
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
1699
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8C, 0xB0, 0xF8));
1720
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x9C, 0xC5, 0xFF));
1741
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x9E, 0xD8));
1762
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8C, 0x9D, 0x73));
1783
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB6, 0xC6, 0x8E));
1804
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x7A, 0x8B, 0x63));
1825
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8E, 0x95, 0xA2));
1888
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1910
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1932
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x94, 0x95, 0xA2));
1954
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x5B, 0x66, 0x65));
1976
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x43, 0x48, 0x48));
2033
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xE8, 0xE8, 0xDF));
2055
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB4, 0xC8, 0xF6));
2079
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x98, 0xB1, 0xE4));
2101
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xCE, 0xFF));
2123
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x8F, 0xDA));
2145
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8E, 0x99, 0x7D));
2167
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xBD, 0xCB, 0x96));
2190
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x7A, 0x8B, 0x63));
2212
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
2234
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
2257
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
546
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0x21));
566
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x1A, 0x7E, 0x18));
645
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xCA, 0xC8, 0xBB));
840
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x73, 0xC2, 0x73));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
331
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Royale (18)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
475
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF,0xC6,0xC5,0xC9));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
133
SolidColorBrush tabStrokeBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF8, 0xA9, 0x00));
169
border = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x80, 0x80, 0x99));
277
arrowFill = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xA8, 0x99));
Microsoft\Windows\Themes\ScrollChrome.cs (9)
833
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB7, 0xCB, 0xE3));
855
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x5B, 0x64, 0x73));
876
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x6B, 0x7B, 0x84));
897
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
944
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
965
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x97, 0xAF));
1034
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x85, 0x99, 0xB1));
1056
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x52, 0x66, 0x7E));
1094
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
546
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0x21));
566
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x1A, 0x7E, 0x18));
645
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xCA, 0xC8, 0xBB));
840
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x73, 0xC2, 0x73));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
331
brushes[Center] = new
SolidColorBrush
(c);
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (9)
1454
context.PushOpacityMask(new
SolidColorBrush
(_beforeDrawing));
1471
context.PushOpacityMask(new
SolidColorBrush
(_afterDrawing));
1525
context.DrawGeometry(new
SolidColorBrush
(_beforeDrawing), null, geometry);
1590
context.DrawGeometry(new
SolidColorBrush
(_afterDrawing), null, geometry);
2725
return CreateBrushCore(new
SolidColorBrush
(color), Rect.Empty);
2976
Brush b = new
SolidColorBrush
(c);
3515
s_EmptyBrush = new BrushProxy(new
SolidColorBrush
(Color.FromArgb(0, 0, 0, 0)));
3604
ctx.DrawRectangle(new
SolidColorBrush
(brush.BeforeFill), null, rect);
3611
ctx.DrawRectangle(new
SolidColorBrush
(brush.AfterFill), null, rect);
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)
1754
if(visiCodePath && foregroundBrush is
SolidColorBrush
)
1756
Color color = ((
SolidColorBrush
)foregroundBrush).Color;
System\Windows\Ink\Stroke2.cs (2)
400
SolidColorBrush
brush = new SolidColorBrush(drawingAttributes.Color);
438
SolidColorBrush
brush = new SolidColorBrush(drawingAttributes.Color);
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (4)
48
SolidColorBrush
_fillBrush; // app thread based brushed
66
SolidColorBrush
brush = new SolidColorBrush(color);
116
public
SolidColorBrush
FillBrush
848
SolidColorBrush
fillBrush = si.FillBrush;
System\Windows\Media\brushes.cs (141)
38
public static
SolidColorBrush
AliceBlue
49
public static
SolidColorBrush
AntiqueWhite
60
public static
SolidColorBrush
Aqua
71
public static
SolidColorBrush
Aquamarine
82
public static
SolidColorBrush
Azure
93
public static
SolidColorBrush
Beige
104
public static
SolidColorBrush
Bisque
115
public static
SolidColorBrush
Black
126
public static
SolidColorBrush
BlanchedAlmond
137
public static
SolidColorBrush
Blue
148
public static
SolidColorBrush
BlueViolet
159
public static
SolidColorBrush
Brown
170
public static
SolidColorBrush
BurlyWood
181
public static
SolidColorBrush
CadetBlue
192
public static
SolidColorBrush
Chartreuse
203
public static
SolidColorBrush
Chocolate
214
public static
SolidColorBrush
Coral
225
public static
SolidColorBrush
CornflowerBlue
236
public static
SolidColorBrush
Cornsilk
247
public static
SolidColorBrush
Crimson
258
public static
SolidColorBrush
Cyan
269
public static
SolidColorBrush
DarkBlue
280
public static
SolidColorBrush
DarkCyan
291
public static
SolidColorBrush
DarkGoldenrod
302
public static
SolidColorBrush
DarkGray
313
public static
SolidColorBrush
DarkGreen
324
public static
SolidColorBrush
DarkKhaki
335
public static
SolidColorBrush
DarkMagenta
346
public static
SolidColorBrush
DarkOliveGreen
357
public static
SolidColorBrush
DarkOrange
368
public static
SolidColorBrush
DarkOrchid
379
public static
SolidColorBrush
DarkRed
390
public static
SolidColorBrush
DarkSalmon
401
public static
SolidColorBrush
DarkSeaGreen
412
public static
SolidColorBrush
DarkSlateBlue
423
public static
SolidColorBrush
DarkSlateGray
434
public static
SolidColorBrush
DarkTurquoise
445
public static
SolidColorBrush
DarkViolet
456
public static
SolidColorBrush
DeepPink
467
public static
SolidColorBrush
DeepSkyBlue
478
public static
SolidColorBrush
DimGray
489
public static
SolidColorBrush
DodgerBlue
500
public static
SolidColorBrush
Firebrick
511
public static
SolidColorBrush
FloralWhite
522
public static
SolidColorBrush
ForestGreen
533
public static
SolidColorBrush
Fuchsia
544
public static
SolidColorBrush
Gainsboro
555
public static
SolidColorBrush
GhostWhite
566
public static
SolidColorBrush
Gold
577
public static
SolidColorBrush
Goldenrod
588
public static
SolidColorBrush
Gray
599
public static
SolidColorBrush
Green
610
public static
SolidColorBrush
GreenYellow
621
public static
SolidColorBrush
Honeydew
632
public static
SolidColorBrush
HotPink
643
public static
SolidColorBrush
IndianRed
654
public static
SolidColorBrush
Indigo
665
public static
SolidColorBrush
Ivory
676
public static
SolidColorBrush
Khaki
687
public static
SolidColorBrush
Lavender
698
public static
SolidColorBrush
LavenderBlush
709
public static
SolidColorBrush
LawnGreen
720
public static
SolidColorBrush
LemonChiffon
731
public static
SolidColorBrush
LightBlue
742
public static
SolidColorBrush
LightCoral
753
public static
SolidColorBrush
LightCyan
764
public static
SolidColorBrush
LightGoldenrodYellow
775
public static
SolidColorBrush
LightGray
786
public static
SolidColorBrush
LightGreen
797
public static
SolidColorBrush
LightPink
808
public static
SolidColorBrush
LightSalmon
819
public static
SolidColorBrush
LightSeaGreen
830
public static
SolidColorBrush
LightSkyBlue
841
public static
SolidColorBrush
LightSlateGray
852
public static
SolidColorBrush
LightSteelBlue
863
public static
SolidColorBrush
LightYellow
874
public static
SolidColorBrush
Lime
885
public static
SolidColorBrush
LimeGreen
896
public static
SolidColorBrush
Linen
907
public static
SolidColorBrush
Magenta
918
public static
SolidColorBrush
Maroon
929
public static
SolidColorBrush
MediumAquamarine
940
public static
SolidColorBrush
MediumBlue
951
public static
SolidColorBrush
MediumOrchid
962
public static
SolidColorBrush
MediumPurple
973
public static
SolidColorBrush
MediumSeaGreen
984
public static
SolidColorBrush
MediumSlateBlue
995
public static
SolidColorBrush
MediumSpringGreen
1006
public static
SolidColorBrush
MediumTurquoise
1017
public static
SolidColorBrush
MediumVioletRed
1028
public static
SolidColorBrush
MidnightBlue
1039
public static
SolidColorBrush
MintCream
1050
public static
SolidColorBrush
MistyRose
1061
public static
SolidColorBrush
Moccasin
1072
public static
SolidColorBrush
NavajoWhite
1083
public static
SolidColorBrush
Navy
1094
public static
SolidColorBrush
OldLace
1105
public static
SolidColorBrush
Olive
1116
public static
SolidColorBrush
OliveDrab
1127
public static
SolidColorBrush
Orange
1138
public static
SolidColorBrush
OrangeRed
1149
public static
SolidColorBrush
Orchid
1160
public static
SolidColorBrush
PaleGoldenrod
1171
public static
SolidColorBrush
PaleGreen
1182
public static
SolidColorBrush
PaleTurquoise
1193
public static
SolidColorBrush
PaleVioletRed
1204
public static
SolidColorBrush
PapayaWhip
1215
public static
SolidColorBrush
PeachPuff
1226
public static
SolidColorBrush
Peru
1237
public static
SolidColorBrush
Pink
1248
public static
SolidColorBrush
Plum
1259
public static
SolidColorBrush
PowderBlue
1270
public static
SolidColorBrush
Purple
1281
public static
SolidColorBrush
Red
1292
public static
SolidColorBrush
RosyBrown
1303
public static
SolidColorBrush
RoyalBlue
1314
public static
SolidColorBrush
SaddleBrown
1325
public static
SolidColorBrush
Salmon
1336
public static
SolidColorBrush
SandyBrown
1347
public static
SolidColorBrush
SeaGreen
1358
public static
SolidColorBrush
SeaShell
1369
public static
SolidColorBrush
Sienna
1380
public static
SolidColorBrush
Silver
1391
public static
SolidColorBrush
SkyBlue
1402
public static
SolidColorBrush
SlateBlue
1413
public static
SolidColorBrush
SlateGray
1424
public static
SolidColorBrush
Snow
1435
public static
SolidColorBrush
SpringGreen
1446
public static
SolidColorBrush
SteelBlue
1457
public static
SolidColorBrush
Tan
1468
public static
SolidColorBrush
Teal
1479
public static
SolidColorBrush
Thistle
1490
public static
SolidColorBrush
Tomato
1501
public static
SolidColorBrush
Transparent
1512
public static
SolidColorBrush
Turquoise
1523
public static
SolidColorBrush
Violet
1534
public static
SolidColorBrush
Wheat
1545
public static
SolidColorBrush
White
1556
public static
SolidColorBrush
WhiteSmoke
1567
public static
SolidColorBrush
Yellow
1578
public static
SolidColorBrush
YellowGreen
System\Windows\Media\Generated\SolidColorBrush.cs (7)
59
public new
SolidColorBrush
Clone()
61
return (
SolidColorBrush
)base.Clone();
68
public new
SolidColorBrush
CloneCurrentValue()
70
return (
SolidColorBrush
)base.CloneCurrentValue();
86
SolidColorBrush
target = ((
SolidColorBrush
) d);
336
Type typeofThis = typeof(
SolidColorBrush
);
System\Windows\Media\Knowncolors.cs (6)
184
public static
SolidColorBrush
ColorStringToKnownBrush(string s)
200
public static bool IsKnownSolidColorBrush(
SolidColorBrush
scp)
208
public static
SolidColorBrush
SolidColorBrushFromUint(uint argb)
210
SolidColorBrush
scp = null;
690
private static Dictionary<uint,
SolidColorBrush
> s_solidColorBrushCache = new Dictionary<uint,
SolidColorBrush
>();
System\Windows\Media\Parsers.cs (1)
288
SolidColorBrush
scp = KnownColors.ColorStringToKnownBrush(trimmedColor);
System\Windows\Media\SolidColorBrush.cs (3)
157
SolidColorBrush
scp = KnownColors.SolidColorBrushFromUint(knownColorUint);
331
private static TwoWayDictionary<
SolidColorBrush
, string> s_knownSolidColorBrushStringCache = new TwoWayDictionary<
SolidColorBrush
, string>(keyComparer: ReferenceEqualityComparer.Instance);
PresentationFramework (82)
MS\Internal\Ink\PenCursorManager.cs (1)
452
SolidColorBrush
brush2 = new SolidColorBrush(Color.FromRgb(180, 207, 248));
System\Windows\Annotations\AnnotationHelper.cs (2)
941
SolidColorBrush
brush = highlightBrush as
SolidColorBrush
;
System\Windows\Controls\Border.cs (2)
294
SolidColorBrush
originIndependentBrush = borderBrush as
SolidColorBrush
;
System\Windows\Controls\ProgressBar.cs (2)
196
if (this.Foreground is
SolidColorBrush
)
198
Color color = ((
SolidColorBrush
)this.Foreground).Color;
System\Windows\Controls\StickyNote.cs (2)
1784
SolidColorBrush
foreground = Foreground as
SolidColorBrush
;
System\Windows\Controls\TextRangeAdaptor.cs (2)
1259
SolidColorBrush
solidBrush = brush as
SolidColorBrush
;
System\Windows\Documents\FixedSOMTextRun.cs (4)
218
SolidColorBrush
thisBrush = this.Foreground as
SolidColorBrush
;
219
SolidColorBrush
otherBrush = run.Foreground as
SolidColorBrush
;
System\Windows\Documents\TextSchema.cs (3)
917
SolidColorBrush
solidBrush1 = brush1 as
SolidColorBrush
;
920
return solidBrush1.Color.Equals(((
SolidColorBrush
)brush2).Color);
System\windows\Documents\TextSelection.cs (4)
1635
backgroundPropertyValue is
SolidColorBrush
)
1637
backgroundColor = ((
SolidColorBrush
)backgroundPropertyValue).Color;
1651
if (backgroundPropertyValue is
SolidColorBrush
)
1653
backgroundColor = ((
SolidColorBrush
)backgroundPropertyValue).Color;
System\Windows\Documents\TextServicesDisplayAttribute.cs (1)
108
return ((
SolidColorBrush
)position.GetValue(TextElement.ForegroundProperty)).Color;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
674
case 578: t = () => typeof(
SolidColorBrush
); break;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
2528
System.Windows.Media.
SolidColorBrush
brush = System.Windows.Media.
SolidColorBrush
.DeserializeFrom(binReader) as System.Windows.Media.
SolidColorBrush
;
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (1)
41
return System.Windows.Media.
SolidColorBrush
.DeserializeFrom(_reader,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
7871
Type type = typeof(System.Windows.Media.
SolidColorBrush
);
7872
DependencyProperty dp = System.Windows.Media.
SolidColorBrush
.ColorProperty;
7874
this.GetXamlType(typeof(System.Windows.Media.
SolidColorBrush
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9124
typeof(System.Windows.Media.
SolidColorBrush
),
System\Windows\Markup\BamlRecords.cs (1)
2779
_valueObject =
SolidColorBrush
.DeserializeFrom(reader, bamlRecordReader.TypeConvertContext);
System\Windows\Markup\KnownTypes.cs (1)
6132
case KnownElements.SolidColorBrush: t = typeof(System.Windows.Media.
SolidColorBrush
); break;
System\Windows\Markup\XamlBrushSerializer.cs (2)
77
return
SolidColorBrush
.SerializeOn(writer, stringValue.Trim());
100
return
SolidColorBrush
.DeserializeFrom(reader);
System\Windows\SystemColors.cs (45)
1037
public static
SolidColorBrush
ActiveBorderBrush
1048
public static
SolidColorBrush
ActiveCaptionBrush
1059
public static
SolidColorBrush
ActiveCaptionTextBrush
1070
public static
SolidColorBrush
AppWorkspaceBrush
1081
public static
SolidColorBrush
ControlBrush
1092
public static
SolidColorBrush
ControlDarkBrush
1103
public static
SolidColorBrush
ControlDarkDarkBrush
1114
public static
SolidColorBrush
ControlLightBrush
1125
public static
SolidColorBrush
ControlLightLightBrush
1136
public static
SolidColorBrush
ControlTextBrush
1147
public static
SolidColorBrush
DesktopBrush
1158
public static
SolidColorBrush
GradientActiveCaptionBrush
1169
public static
SolidColorBrush
GradientInactiveCaptionBrush
1180
public static
SolidColorBrush
GrayTextBrush
1191
public static
SolidColorBrush
HighlightBrush
1202
public static
SolidColorBrush
HighlightTextBrush
1213
public static
SolidColorBrush
HotTrackBrush
1224
public static
SolidColorBrush
InactiveBorderBrush
1235
public static
SolidColorBrush
InactiveCaptionBrush
1246
public static
SolidColorBrush
InactiveCaptionTextBrush
1257
public static
SolidColorBrush
InfoBrush
1268
public static
SolidColorBrush
InfoTextBrush
1279
public static
SolidColorBrush
MenuBrush
1290
public static
SolidColorBrush
MenuBarBrush
1301
public static
SolidColorBrush
MenuHighlightBrush
1312
public static
SolidColorBrush
MenuTextBrush
1323
public static
SolidColorBrush
ScrollBarBrush
1334
public static
SolidColorBrush
WindowBrush
1345
public static
SolidColorBrush
WindowFrameBrush
1356
public static
SolidColorBrush
WindowTextBrush
1370
public static
SolidColorBrush
InactiveSelectionHighlightBrush
1391
public static
SolidColorBrush
InactiveSelectionHighlightTextBrush
1413
public static
SolidColorBrush
AccentColorBrush
1434
public static
SolidColorBrush
AccentColorLight1Brush
1455
public static
SolidColorBrush
AccentColorLight2Brush
1476
public static
SolidColorBrush
AccentColorLight3Brush
1497
public static
SolidColorBrush
AccentColorDark1Brush
1518
public static
SolidColorBrush
AccentColorDark2Brush
1539
public static
SolidColorBrush
AccentColorDark3Brush
2308
private static
SolidColorBrush
MakeBrush(CacheSlot slot)
2310
SolidColorBrush
brush;
2331
private static
SolidColorBrush
MakeAccentBrush(CacheSlot slot)
2333
SolidColorBrush
brush;
2470
private static
SolidColorBrush
[] _brushCache = new
SolidColorBrush
[(int)CacheSlot.NumSlots];
System\Windows\SystemParameters.cs (1)
5695
var
glassBrush = new SolidColorBrush(WindowGlassColor);
PresentationFramework.Aero (64)
Microsoft\Windows\Themes\BulletChrome.cs (31)
132
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
133
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
183
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
184
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
189
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
190
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
274
chrome.GlyphStroke.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
275
chrome.GlyphFill.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
350
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
353
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
525
chrome.GlyphStroke.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
526
chrome.GlyphFill.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
1122
private static
SolidColorBrush
CommonCheckMarkDisabledFill
1132
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xAE, 0xB7, 0xCF));
1142
private static
SolidColorBrush
CommonCheckMarkFill
1152
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C));
1164
private static
SolidColorBrush
CommonCheckMarkPressedFill
1174
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C));
1308
private static
SolidColorBrush
CommonHoverBackgroundOverlay
1318
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xDE, 0xF9, 0xFA));
1328
private static
SolidColorBrush
CommonPressedBackgroundOverlay
1338
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xC2, 0xE4, 0xF6));
1348
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
1358
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
2360
private static
SolidColorBrush
_commonCheckMarkDisabledFill;
2361
private static
SolidColorBrush
_commonCheckMarkFill;
2362
private static
SolidColorBrush
_commonCheckMarkPressedFill;
2390
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
2393
private static
SolidColorBrush
_commonHoverBackgroundOverlay;
2399
private static
SolidColorBrush
_commonPressedBackgroundOverlay;
2415
public
SolidColorBrush
BackgroundOverlay;
Microsoft\Windows\Themes\ButtonChrome.cs (15)
142
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, daukf);
160
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
218
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
247
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, daukf);
256
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
257
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
307
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
308
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
327
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
346
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
347
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
352
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
744
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
754
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
1147
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
282
SolidColorBrush
bottomBrush = (
SolidColorBrush
)GetCachedFreezable((int)bottomType);
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
505
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
515
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
671
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
Microsoft\Windows\Themes\ScrollChrome.cs (12)
128
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
134
chrome.Shadow.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
166
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
168
chrome.Shadow.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
229
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
250
OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
327
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
1721
private static
SolidColorBrush
CommonThumbEnabledGlyphShadow
1731
SolidColorBrush
temp = new SolidColorBrush(Colors.White);
1744
private
SolidColorBrush
GlyphShadow
1788
private static
SolidColorBrush
_commonThumbEnabledGlyphShadow;
1822
public
SolidColorBrush
GlyphShadow;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
448
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
PresentationFramework.Aero2 (64)
Microsoft\Windows\Themes\BulletChrome.cs (31)
132
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
133
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
183
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
184
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
189
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
190
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
274
chrome.GlyphStroke.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
275
chrome.GlyphFill.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
350
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
353
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
525
chrome.GlyphStroke.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
526
chrome.GlyphFill.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
1122
private static
SolidColorBrush
CommonCheckMarkDisabledFill
1132
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xAE, 0xB7, 0xCF));
1142
private static
SolidColorBrush
CommonCheckMarkFill
1152
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C));
1164
private static
SolidColorBrush
CommonCheckMarkPressedFill
1174
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C));
1308
private static
SolidColorBrush
CommonHoverBackgroundOverlay
1318
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xDE, 0xF9, 0xFA));
1328
private static
SolidColorBrush
CommonPressedBackgroundOverlay
1338
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xC2, 0xE4, 0xF6));
1348
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
1358
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
2360
private static
SolidColorBrush
_commonCheckMarkDisabledFill;
2361
private static
SolidColorBrush
_commonCheckMarkFill;
2362
private static
SolidColorBrush
_commonCheckMarkPressedFill;
2390
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
2393
private static
SolidColorBrush
_commonHoverBackgroundOverlay;
2399
private static
SolidColorBrush
_commonPressedBackgroundOverlay;
2415
public
SolidColorBrush
BackgroundOverlay;
Microsoft\Windows\Themes\ButtonChrome.cs (15)
142
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, daukf);
160
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
218
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
247
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, daukf);
256
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
257
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
307
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
308
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
327
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
346
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
347
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
352
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
744
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
754
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
1147
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
282
SolidColorBrush
bottomBrush = (
SolidColorBrush
)GetCachedFreezable((int)bottomType);
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
505
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
515
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
671
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
Microsoft\Windows\Themes\ScrollChrome.cs (12)
128
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
134
chrome.Shadow.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
166
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
168
chrome.Shadow.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
229
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
250
OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
327
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
1721
private static
SolidColorBrush
CommonThumbEnabledGlyphShadow
1731
SolidColorBrush
temp = new SolidColorBrush(Colors.White);
1744
private
SolidColorBrush
GlyphShadow
1788
private static
SolidColorBrush
_commonThumbEnabledGlyphShadow;
1822
public
SolidColorBrush
GlyphShadow;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
448
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
PresentationFramework.AeroLite (19)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
77
SolidColorBrush
background = (
SolidColorBrush
)GetCachedFreezable((int)backgroundType);
229
SolidColorBrush
arrowFill = (
SolidColorBrush
)GetCachedFreezable((int)AeroLiteFreezables.ArrowFill);
Microsoft\Windows\Themes\ScrollChrome.cs (14)
277
private static
SolidColorBrush
CommonThumbFill
287
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xDD, 0xDD, 0xDD));
297
private static
SolidColorBrush
CommonThumbHoverFill
307
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xBD, 0xE6, 0xFD));
317
private static
SolidColorBrush
CommonThumbPressedFill
327
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xBD, 0xE6, 0xFD));
337
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)
448
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
PresentationFramework.Classic (10)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (9)
407
SolidColorBrush
controlBrush = decorator.Background as
SolidColorBrush
;
520
SolidColorBrush
temp = new SolidColorBrush();
923
SolidColorBrush
solidBrush = borderBrush as
SolidColorBrush
;
1445
public
SolidColorBrush
LightBrush;
1446
public
SolidColorBrush
LightLightBrush;
1447
public
SolidColorBrush
DarkBrush;
1448
public
SolidColorBrush
DarkDarkBrush;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
448
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
PresentationFramework.Fluent (1)
Controls\FallbackBrushConverter.cs (1)
16
if (value is
SolidColorBrush
brush)
PresentationFramework.Luna (90)
Microsoft\Windows\Themes\ButtonChrome.cs (12)
560
SolidColorBrush
brush = new SolidColorBrush(Color.FromArgb(0xFF, 0xC9, 0xC7, 0xBA));
584
SolidColorBrush
brush = new SolidColorBrush(Color.FromArgb(0xFF, 0xCA, 0xC4, 0xB8));
609
SolidColorBrush
brush = new SolidColorBrush(Color.FromArgb(0xFF, 0xC4, 0xC3, 0xBF));
1256
private static
SolidColorBrush
CommonDisabledFillNC
1266
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xF5, 0xF4, 0xEA));
1277
private static
SolidColorBrush
CommonDisabledFillHS
1287
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xF6, 0xF2, 0xE9));
1298
private static
SolidColorBrush
CommonDisabledFillM
1308
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xF1, 0xF1, 0xED));
1486
private static
SolidColorBrush
_commonDisabledFillNC;
1487
private static
SolidColorBrush
_commonDisabledFillHS;
1488
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));
244
SolidColorBrush
border = (
SolidColorBrush
)GetCachedFreezable((int)LunaFreezables.PressedBorder);
352
SolidColorBrush
arrowFill = (
SolidColorBrush
)GetCachedFreezable((int)LunaFreezables.ArrowFill);
Microsoft\Windows\Themes\ScrollChrome.cs (58)
1374
private static
SolidColorBrush
CommonDisabledGlyph
1384
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xC9, 0xC9, 0xC2));
1395
private static
SolidColorBrush
CommonArrowGlyphNC
1405
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x4D, 0x61, 0x85));
1416
private static
SolidColorBrush
CommonArrowGlyphHS
1424
private static
SolidColorBrush
CommonArrowGlyphM
1434
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x3F, 0x3D, 0x3D));
1445
private static
SolidColorBrush
CommonHoverArrowGlyphM
1455
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x20, 0x20, 0x20));
1466
private static
SolidColorBrush
CommonGripperGlyphNC
1476
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xEE, 0xF4, 0xFE));
1487
private static
SolidColorBrush
CommonHoverGripperGlyphNC
1497
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xFC, 0xFD, 0xFF));
1508
private static
SolidColorBrush
CommonPressedGripperGlyphNC
1518
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xCF, 0xDD, 0xFD));
1529
private static
SolidColorBrush
CommonGripperGlyphHS
1539
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xD0, 0xDF, 0xAC));
1550
private static
SolidColorBrush
CommonHoverGripperGlyphHS
1560
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xEB, 0xF5, 0xD4));
1571
private static
SolidColorBrush
CommonPressedGripperGlyphHS
1581
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB9, 0xD0, 0x97));
1592
private static
SolidColorBrush
CommonGripperGlyphM
1602
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1668
private static
SolidColorBrush
CommonDisabledGripperGlyphShadow
1678
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
1689
private static
SolidColorBrush
CommonGripperGlyphShadowNC
1699
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x8C, 0xB0, 0xF8));
1710
private static
SolidColorBrush
CommonHoverGripperGlyphShadowNC
1720
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x9C, 0xC5, 0xFF));
1731
private static
SolidColorBrush
CommonPressedGripperGlyphShadowNC
1741
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x83, 0x9E, 0xD8));
1752
private static
SolidColorBrush
CommonGripperGlyphShadowHS
1762
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x8C, 0x9D, 0x73));
1773
private static
SolidColorBrush
CommonHoverGripperGlyphShadowHS
1783
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB6, 0xC6, 0x8E));
1794
private static
SolidColorBrush
CommonPressedGripperGlyphShadowHS
1804
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x7A, 0x8B, 0x63));
1815
private static
SolidColorBrush
CommonGripperGlyphShadowM
1825
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x8E, 0x95, 0xA2));
2473
private static
SolidColorBrush
_commonDisabledGlyph;
2475
private static
SolidColorBrush
_commonArrowGlyphNC;
2476
private static
SolidColorBrush
_commonArrowGlyphM;
2478
private static
SolidColorBrush
_commonHoverArrowGlyphM;
2480
private static
SolidColorBrush
_commonGripperGlyphNC;
2481
private static
SolidColorBrush
_commonHoverGripperGlyphNC;
2482
private static
SolidColorBrush
_commonPressedGripperGlyphNC;
2484
private static
SolidColorBrush
_commonGripperGlyphHS;
2485
private static
SolidColorBrush
_commonHoverGripperGlyphHS;
2486
private static
SolidColorBrush
_commonPressedGripperGlyphHS;
2488
private static
SolidColorBrush
_commonGripperGlyphM;
2490
private static
SolidColorBrush
_commonDisabledGripperGlyphShadow;
2492
private static
SolidColorBrush
_commonGripperGlyphShadowNC;
2493
private static
SolidColorBrush
_commonHoverGripperGlyphShadowNC;
2494
private static
SolidColorBrush
_commonPressedGripperGlyphShadowNC;
2496
private static
SolidColorBrush
_commonGripperGlyphShadowHS;
2497
private static
SolidColorBrush
_commonHoverGripperGlyphShadowHS;
2498
private static
SolidColorBrush
_commonPressedGripperGlyphShadowHS;
2500
private static
SolidColorBrush
_commonGripperGlyphShadowM;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (14)
527
private static
SolidColorBrush
CommonDisabledGlyphFill
536
private static
SolidColorBrush
CommonCheckMarkFill
546
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0x21));
556
private static
SolidColorBrush
CommonCheckMarkPressedFill
566
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x1A, 0x7E, 0x18));
627
private static
SolidColorBrush
CommonDisabledBackground
635
private static
SolidColorBrush
CommonDisabledBorder
645
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xCA, 0xC8, 0xBB));
830
private static
SolidColorBrush
CommonIndeterminateFill
840
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x73, 0xC2, 0x73));
977
private static
SolidColorBrush
_commonCheckMarkFill;
978
private static
SolidColorBrush
_commonCheckMarkPressedFill;
982
private static
SolidColorBrush
_commonIndeterminateFill;
989
private static
SolidColorBrush
_commonDisabledBorder;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
448
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
PresentationFramework.Royale (40)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
475
SolidColorBrush
brush = new SolidColorBrush(Color.FromArgb(0xFF,0xC6,0xC5,0xC9));
890
private static
SolidColorBrush
CommonDisabledFill
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (5)
133
SolidColorBrush
tabStrokeBrush = new SolidColorBrush(Color.FromArgb(0xFF, 0xF8, 0xA9, 0x00));
166
SolidColorBrush
border = (
SolidColorBrush
)GetCachedFreezable((int)RoyaleFreezables.PressedBorder);
274
SolidColorBrush
arrowFill = (
SolidColorBrush
)GetCachedFreezable((int)RoyaleFreezables.ArrowFill);
Microsoft\Windows\Themes\ScrollChrome.cs (18)
823
private static
SolidColorBrush
CommonDisabledGlyph
833
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB7, 0xCB, 0xE3));
845
private static
SolidColorBrush
CommonArrowGlyph
855
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x5B, 0x64, 0x73));
866
private static
SolidColorBrush
CommonHoverArrowGlyph
876
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x6B, 0x7B, 0x84));
887
private static
SolidColorBrush
CommonGripperGlyph
897
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
934
private static
SolidColorBrush
CommonDisabledGripperGlyphShadow
944
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
955
private static
SolidColorBrush
CommonGripperGlyphShadow
965
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x83, 0x97, 0xAF));
1129
private static
SolidColorBrush
_commonDisabledGlyph;
1131
private static
SolidColorBrush
_commonArrowGlyph;
1133
private static
SolidColorBrush
_commonHoverArrowGlyph;
1135
private static
SolidColorBrush
_commonGripperGlyph;
1138
private static
SolidColorBrush
_commonDisabledGripperGlyphShadow;
1140
private static
SolidColorBrush
_commonGripperGlyphShadow;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (14)
527
private static
SolidColorBrush
CommonDisabledGlyphFill
536
private static
SolidColorBrush
CommonCheckMarkFill
546
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0x21));
556
private static
SolidColorBrush
CommonCheckMarkPressedFill
566
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x1A, 0x7E, 0x18));
627
private static
SolidColorBrush
CommonDisabledBackground
635
private static
SolidColorBrush
CommonDisabledBorder
645
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xCA, 0xC8, 0xBB));
830
private static
SolidColorBrush
CommonIndeterminateFill
840
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x73, 0xC2, 0x73));
977
private static
SolidColorBrush
_commonCheckMarkFill;
978
private static
SolidColorBrush
_commonCheckMarkPressedFill;
982
private static
SolidColorBrush
_commonIndeterminateFill;
989
private static
SolidColorBrush
_commonDisabledBorder;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
448
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
ReachFramework (56)
AlphaFlattener\BrushProxy.cs (29)
415
if (! (_brush is
SolidColorBrush
) && ! Utility.IsIdentity(_brush.RelativeTransform))
608
if (_brush is
SolidColorBrush
)
610
SolidColorBrush
y = _brush as
SolidColorBrush
;
697
if (_brush is
SolidColorBrush
)
699
SolidColorBrush
y = _brush as
SolidColorBrush
;
792
if (!(_brush is
SolidColorBrush
))
861
SolidColorBrush
sA = _brush as
SolidColorBrush
;
868
SolidColorBrush
sB = brushB.Brush as
SolidColorBrush
;
1064
else if (_brush is
SolidColorBrush
)
1116
else if (!(_brush is
SolidColorBrush
))
1161
SolidColorBrush
scb = _brush as
SolidColorBrush
;
1388
if (!(_brush is
SolidColorBrush
))
2136
Debug.Assert(b._brush is
SolidColorBrush
, "SolidColorBrush expected");
2207
if (brushB is
SolidColorBrush
)
2609
SolidColorBrush
sb = brush as
SolidColorBrush
;
2626
SolidColorBrush
sb = brush as
SolidColorBrush
;
2831
SolidColorBrush
solidBrush = brush as
SolidColorBrush
;
3285
if (brushB.Brush is
SolidColorBrush
)
3287
SolidColorBrush
sB = brushB.Brush as
SolidColorBrush
;
3479
if (_brush is
SolidColorBrush
)
AlphaFlattener\DrawingContext.cs (1)
649
if (b is
SolidColorBrush
)
AlphaFlattener\ImageProxy.cs (6)
268
if (brush.Brush is
SolidColorBrush
)
270
SolidColorBrush
sb = brush.Brush as
SolidColorBrush
;
309
if (brush.Brush is
SolidColorBrush
)
311
SolidColorBrush
sb = brush.Brush as
SolidColorBrush
;
AlphaFlattener\MetroDevice.cs (4)
186
if (!(brush is
SolidColorBrush
))
194
if (!(pen.Brush is
SolidColorBrush
))
202
if (g.OpacityMask.BrushList == null && !(g.OpacityMask.Brush is
SolidColorBrush
))
280
if (foreground != null && !(foreground is
SolidColorBrush
))
AlphaFlattener\Optimizer.cs (1)
363
if ((b != null) && ((b is
SolidColorBrush
) || (b is LinearGradientBrush)))
AlphaFlattener\Primitive.cs (2)
602
SolidColorBrush
sb = OpacityMask.Brush as
SolidColorBrush
;
AlphaFlattener\PrimitiveList.cs (2)
199
SolidColorBrush
sb = b as
SolidColorBrush
;
AlphaFlattener\Utility.cs (2)
1112
SolidColorBrush
sb = brush as
SolidColorBrush
;
Serialization\VisualSerializer.cs (7)
344
SolidColorBrush
solidBrush = brush as
SolidColorBrush
;
695
SolidColorBrush
sb = brush as
SolidColorBrush
;
2069
if ((foreground is
SolidColorBrush
) && (_opacityMask == null))
2255
SolidColorBrush
sb = opacityMask as
SolidColorBrush
;
Serialization\VisualTreeFlattener.cs (2)
600
SolidColorBrush
colorBrush = fixedPage.Background as
SolidColorBrush
;
WindowsFormsIntegration (4)
System\Windows\Integration\HostUtils.cs (2)
144
SWM.
SolidColorBrush
solid = c as SWM.
SolidColorBrush
;
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (2)
380
SWM.
SolidColorBrush
solidColorBrush = brush as SWM.
SolidColorBrush
;