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)
1748
foregroundBrush = new
SolidColorBrush
(Color.FromArgb(
System\Windows\Ink\Stroke2.cs (2)
391
SolidColorBrush brush = new
SolidColorBrush
(drawingAttributes.Color);
429
SolidColorBrush brush = new
SolidColorBrush
(drawingAttributes.Color);
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
52
SolidColorBrush brush = new
SolidColorBrush
(color);
System\Windows\Media\Generated\SolidColorBrush.cs (1)
98
return new
SolidColorBrush
();
System\Windows\Media\Knowncolors.cs (1)
217
scp = new
SolidColorBrush
(Color.FromUInt32(argb));
System\Windows\Media\Parsers.cs (3)
259
return (new
SolidColorBrush
(ParseHexColor(trimmedColor)));
264
return (new
SolidColorBrush
(ParseContextColor(trimmedColor, formatProvider, context)));
269
return (new
SolidColorBrush
(ParseScRgbColor(trimmedColor, formatProvider)));
PresentationFramework (26)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
1181
return new
SolidColorBrush
(_activeOwners[0].SelectedBackground);
1184
return _owners.Count > 0 ? new
SolidColorBrush
(_owners[0].Background) : null;
MS\Internal\Annotations\Component\HighlightComponent.cs (3)
251
HighlightBrush = new
SolidColorBrush
(_background);
339
HighlightBrush = new
SolidColorBrush
(_selectedBackground);
341
HighlightBrush = new
SolidColorBrush
(_background);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
555
MarkerBrush = new
SolidColorBrush
(DefaultMarkerColor);
563
MarkerBrush = new
SolidColorBrush
(DefaultActiveMarkerColor);
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
41
_adornerPenBrush = new Pen(new
SolidColorBrush
(Color.FromRgb(132, 146, 222)), 1);
MS\Internal\Documents\TextBoxView.cs (1)
538
context.DrawRectangle(new
SolidColorBrush
(Color.FromArgb(0, 0, 0, 0)), null, new Rect(0, 0, this.RenderSize.Width, this.RenderSize.Height));
MS\Internal\Ink\LassoHelper.cs (2)
299
_brush = new
SolidColorBrush
(DotColor);
306
_pen = new Pen(new
SolidColorBrush
(DotCircumferenceColor), DotCircumferenceThickness);
MS\Internal\Ink\PenCursorManager.cs (1)
447
SolidColorBrush brush2 = new
SolidColorBrush
(Color.FromRgb(180, 207, 248));
MS\Internal\PtsHost\MbpInfo.cs (1)
92
_borderBrush = new
SolidColorBrush
();
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1157
border.SetValue(Border.BackgroundProperty, new
SolidColorBrush
(Color.FromUInt32(0xFF000080)));
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1926
Brush selectionBrush = new
SolidColorBrush
(SystemColors.HighlightColor);
1936
Brush selectionTextBrush = new
SolidColorBrush
(SystemColors.HighlightTextColor);
System\Windows\Documents\ColumnResizeAdorner.cs (1)
36
_pen = new Pen(new
SolidColorBrush
(Colors.LightSlateGray), 2.0);
System\Windows\Documents\CompositionAdorner.cs (2)
182
Pen pen = new Pen(new
SolidColorBrush
(Colors.Black), lineHeight);
246
pen.Brush = new
SolidColorBrush
(compositionLine.LineColor);
System\windows\Documents\SelectionHighlightInfo.cs (1)
29
_objectMaskBrush = new
SolidColorBrush
(SystemColors.HighlightColor);
System\windows\Documents\TextSelection.cs (1)
1660
caretBrush = new
SolidColorBrush
(Color.FromRgb(r, g, b));
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9124
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)
2317
brush = new
SolidColorBrush
(GetSystemColor(slot));
2339
brush = new
SolidColorBrush
(GetAccentColor(slot));
System\Windows\SystemParameters.cs (1)
5691
var glassBrush = new
SolidColorBrush
(WindowGlassColor);
PresentationFramework.Aero (32)
Microsoft\Windows\Themes\BulletChrome.cs (13)
907
temp.Brush = new
SolidColorBrush
(Colors.White);
931
temp.Brush = new
SolidColorBrush
(Colors.White);
954
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xA2, 0xAE, 0xB9));
977
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x19, 0x3B, 0x55));
1126
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xAE, 0xB7, 0xCF));
1146
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1168
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1312
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xDE, 0xF9, 0xFA));
1332
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xC2, 0xE4, 0xF6));
1352
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
1374
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1396
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
1418
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ButtonChrome.cs (5)
745
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
808
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
830
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
853
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
955
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xF9, 0x00, 0xCC, 0xFF));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
208
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
285
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD5, 0xD5, 0xD5));
289
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x93, 0xC9, 0xE3));
293
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
509
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
602
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ScrollChrome.cs (7)
1078
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x95, 0x95, 0x95));
1102
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1126
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x15, 0x59, 0x8A));
1205
temp.Brush = new
SolidColorBrush
(Colors.White);
1276
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xCF, 0xCF, 0xCF));
1726
SolidColorBrush temp = new
SolidColorBrush
(Colors.White);
1763
_localResources.GlyphShadow = new
SolidColorBrush
(Colors.White);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
327
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Aero2 (32)
Microsoft\Windows\Themes\BulletChrome.cs (13)
907
temp.Brush = new
SolidColorBrush
(Colors.White);
931
temp.Brush = new
SolidColorBrush
(Colors.White);
954
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xA2, 0xAE, 0xB9));
977
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x19, 0x3B, 0x55));
1126
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xAE, 0xB7, 0xCF));
1146
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1168
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x31, 0x34, 0x7C));
1312
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xDE, 0xF9, 0xFA));
1332
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xC2, 0xE4, 0xF6));
1352
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
1374
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1396
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
1418
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ButtonChrome.cs (5)
745
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
808
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
830
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x2C, 0x62, 0x8B));
853
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
955
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xF9, 0x00, 0xCC, 0xFF));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (4)
208
sideBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
285
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD5, 0xD5, 0xD5));
289
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x93, 0xC9, 0xE3));
293
bottomBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x96, 0xD9, 0xF9));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
509
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xF4, 0xF4, 0xF4));
602
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ScrollChrome.cs (7)
1078
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x95, 0x95, 0x95));
1102
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x3C, 0x7F, 0xB1));
1126
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x15, 0x59, 0x8A));
1205
temp.Brush = new
SolidColorBrush
(Colors.White);
1276
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xCF, 0xCF, 0xCF));
1726
SolidColorBrush temp = new
SolidColorBrush
(Colors.White);
1763
_localResources.GlyphShadow = new
SolidColorBrush
(Colors.White);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
327
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.AeroLite (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));
369
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0xA3, 0xA3, 0xA3));
393
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0xC4));
417
temp.Brush = new
SolidColorBrush
(Color.FromRgb(0x00, 0x73, 0x94));
463
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x00, 0x00, 0x00));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
327
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Classic (5)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
429
decorator._brushCache.LightLightBrush = new
SolidColorBrush
(GetControlLightLightColor(controlColor));
432
decorator._brushCache.DarkBrush = new
SolidColorBrush
(darkColor);
441
decorator._brushCache.DarkDarkBrush = new
SolidColorBrush
(darkDarkColor);
517
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)
557
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC9, 0xC7, 0xBA));
581
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xCA, 0xC4, 0xB8));
606
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC4, 0xC3, 0xBF));
1263
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF5, 0xF4, 0xEA));
1284
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF6, 0xF2, 0xE9));
1305
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF1, 0xF1, 0xED));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
201
SolidColorBrush tabStrokeBrush = new
SolidColorBrush
((themeColor == ThemeColor.Homestead) ? Color.FromArgb(0xFF, 0xCF, 0x72, 0x25) : Color.FromArgb(0xFF, 0xF8, 0xA9, 0x00));
244
border = new
SolidColorBrush
((themeColor == ThemeColor.Metallic) ? Color.FromArgb(0xFF, 0x80, 0x80, 0x99) : Color.FromArgb(0xFF, 0xA5, 0xA5, 0x97));
352
arrowFill = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xA8, 0x99));
Microsoft\Windows\Themes\ScrollChrome.cs (35)
1380
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xC9, 0xC9, 0xC2));
1401
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x4D, 0x61, 0x85));
1430
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x3F, 0x3D, 0x3D));
1451
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x20, 0x20, 0x20));
1472
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xEE, 0xF4, 0xFE));
1493
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFC, 0xFD, 0xFF));
1514
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xCF, 0xDD, 0xFD));
1535
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xD0, 0xDF, 0xAC));
1556
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xEB, 0xF5, 0xD4));
1577
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xD0, 0x97));
1598
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1674
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
1695
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8C, 0xB0, 0xF8));
1716
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x9C, 0xC5, 0xFF));
1737
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x9E, 0xD8));
1758
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8C, 0x9D, 0x73));
1779
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB6, 0xC6, 0x8E));
1800
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x7A, 0x8B, 0x63));
1821
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8E, 0x95, 0xA2));
1884
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1906
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1928
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x94, 0x95, 0xA2));
1950
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x5B, 0x66, 0x65));
1972
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x43, 0x48, 0x48));
2029
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xE8, 0xE8, 0xDF));
2051
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB4, 0xC8, 0xF6));
2075
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x98, 0xB1, 0xE4));
2097
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xCE, 0xFF));
2119
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x8F, 0xDA));
2141
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x8E, 0x99, 0x7D));
2163
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xBD, 0xCB, 0x96));
2186
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x7A, 0x8B, 0x63));
2208
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
2230
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
2253
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
542
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0x21));
562
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x1A, 0x7E, 0x18));
641
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xCA, 0xC8, 0xBB));
836
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x73, 0xC2, 0x73));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
327
brushes[Center] = new
SolidColorBrush
(c);
PresentationFramework.Royale (18)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
472
SolidColorBrush brush = new
SolidColorBrush
(Color.FromArgb(0xFF,0xC6,0xC5,0xC9));
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
130
SolidColorBrush tabStrokeBrush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xF8, 0xA9, 0x00));
166
border = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x80, 0x80, 0x99));
274
arrowFill = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xAC, 0xA8, 0x99));
Microsoft\Windows\Themes\ScrollChrome.cs (9)
829
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB7, 0xCB, 0xE3));
851
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x5B, 0x64, 0x73));
872
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x6B, 0x7B, 0x84));
893
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
940
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
961
SolidColorBrush temp = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x83, 0x97, 0xAF));
1030
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x85, 0x99, 0xB1));
1052
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0x52, 0x66, 0x7E));
1090
temp.Brush = new
SolidColorBrush
(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (4)
542
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x21, 0xA1, 0x21));
562
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x1A, 0x7E, 0x18));
641
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0xCA, 0xC8, 0xBB));
836
SolidColorBrush temp = new
SolidColorBrush
(Color.FromRgb(0x73, 0xC2, 0x73));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
327
brushes[Center] = new
SolidColorBrush
(c);
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (9)
1450
context.PushOpacityMask(new
SolidColorBrush
(_beforeDrawing));
1467
context.PushOpacityMask(new
SolidColorBrush
(_afterDrawing));
1521
context.DrawGeometry(new
SolidColorBrush
(_beforeDrawing), null, geometry);
1586
context.DrawGeometry(new
SolidColorBrush
(_afterDrawing), null, geometry);
2721
return CreateBrushCore(new
SolidColorBrush
(color), Rect.Empty);
2972
Brush b = new
SolidColorBrush
(c);
3511
s_EmptyBrush = new BrushProxy(new
SolidColorBrush
(Color.FromArgb(0, 0, 0, 0)));
3600
ctx.DrawRectangle(new
SolidColorBrush
(brush.BeforeFill), null, rect);
3607
ctx.DrawRectangle(new
SolidColorBrush
(brush.AfterFill), null, rect);
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)
1745
if(visiCodePath && foregroundBrush is
SolidColorBrush
)
1747
Color color = ((
SolidColorBrush
)foregroundBrush).Color;
System\Windows\Ink\Stroke2.cs (2)
391
SolidColorBrush
brush = new SolidColorBrush(drawingAttributes.Color);
429
SolidColorBrush
brush = new SolidColorBrush(drawingAttributes.Color);
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (4)
34
SolidColorBrush
_fillBrush; // app thread based brushed
52
SolidColorBrush
brush = new SolidColorBrush(color);
102
public
SolidColorBrush
FillBrush
834
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)
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)
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)
447
SolidColorBrush
brush2 = new SolidColorBrush(Color.FromRgb(180, 207, 248));
System\Windows\Annotations\AnnotationHelper.cs (2)
929
SolidColorBrush
brush = highlightBrush as
SolidColorBrush
;
System\Windows\Controls\Border.cs (2)
290
SolidColorBrush
originIndependentBrush = borderBrush as
SolidColorBrush
;
System\Windows\Controls\ProgressBar.cs (2)
189
if (this.Foreground is
SolidColorBrush
)
191
Color color = ((
SolidColorBrush
)this.Foreground).Color;
System\Windows\Controls\StickyNote.cs (2)
1768
SolidColorBrush
foreground = Foreground as
SolidColorBrush
;
System\Windows\Controls\TextRangeAdaptor.cs (2)
1257
SolidColorBrush
solidBrush = brush as
SolidColorBrush
;
System\Windows\Documents\FixedSOMTextRun.cs (4)
214
SolidColorBrush
thisBrush = this.Foreground as
SolidColorBrush
;
215
SolidColorBrush
otherBrush = run.Foreground as
SolidColorBrush
;
System\Windows\Documents\TextSchema.cs (3)
916
SolidColorBrush
solidBrush1 = brush1 as
SolidColorBrush
;
919
return solidBrush1.Color.Equals(((
SolidColorBrush
)brush2).Color);
System\windows\Documents\TextSelection.cs (4)
1632
backgroundPropertyValue is
SolidColorBrush
)
1634
backgroundColor = ((
SolidColorBrush
)backgroundPropertyValue).Color;
1648
if (backgroundPropertyValue is
SolidColorBrush
)
1650
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)
2523
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)
7869
Type type = typeof(System.Windows.Media.
SolidColorBrush
);
7870
DependencyProperty dp = System.Windows.Media.
SolidColorBrush
.ColorProperty;
7872
this.GetXamlType(typeof(System.Windows.Media.
SolidColorBrush
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9122
typeof(System.Windows.Media.
SolidColorBrush
),
System\Windows\Markup\BamlRecords.cs (1)
2773
_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)
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)
5691
var
glassBrush = new SolidColorBrush(WindowGlassColor);
PresentationFramework.Aero (64)
Microsoft\Windows\Themes\BulletChrome.cs (31)
126
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
127
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
177
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
178
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
183
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
184
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
268
chrome.GlyphStroke.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
269
chrome.GlyphFill.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
344
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
347
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
519
chrome.GlyphStroke.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
520
chrome.GlyphFill.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
1116
private static
SolidColorBrush
CommonCheckMarkDisabledFill
1126
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xAE, 0xB7, 0xCF));
1136
private static
SolidColorBrush
CommonCheckMarkFill
1146
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C));
1158
private static
SolidColorBrush
CommonCheckMarkPressedFill
1168
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C));
1302
private static
SolidColorBrush
CommonHoverBackgroundOverlay
1312
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xDE, 0xF9, 0xFA));
1322
private static
SolidColorBrush
CommonPressedBackgroundOverlay
1332
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xC2, 0xE4, 0xF6));
1342
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
1352
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
2354
private static
SolidColorBrush
_commonCheckMarkDisabledFill;
2355
private static
SolidColorBrush
_commonCheckMarkFill;
2356
private static
SolidColorBrush
_commonCheckMarkPressedFill;
2384
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
2387
private static
SolidColorBrush
_commonHoverBackgroundOverlay;
2393
private static
SolidColorBrush
_commonPressedBackgroundOverlay;
2409
public
SolidColorBrush
BackgroundOverlay;
Microsoft\Windows\Themes\ButtonChrome.cs (15)
133
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, daukf);
151
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
209
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
238
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, daukf);
247
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
248
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
298
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
299
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
318
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
337
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
338
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
343
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
735
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
745
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
1138
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
279
SolidColorBrush
bottomBrush = (
SolidColorBrush
)GetCachedFreezable((int)bottomType);
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
499
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
509
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
665
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);
161
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
163
chrome.Shadow.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
224
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
245
OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
322
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
1716
private static
SolidColorBrush
CommonThumbEnabledGlyphShadow
1726
SolidColorBrush
temp = new SolidColorBrush(Colors.White);
1739
private
SolidColorBrush
GlyphShadow
1783
private static
SolidColorBrush
_commonThumbEnabledGlyphShadow;
1817
public
SolidColorBrush
GlyphShadow;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
444
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
PresentationFramework.Aero2 (64)
Microsoft\Windows\Themes\BulletChrome.cs (31)
126
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
127
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
177
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
178
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
183
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
184
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
268
chrome.GlyphStroke.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
269
chrome.GlyphFill.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
344
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
347
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
519
chrome.GlyphStroke.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
520
chrome.GlyphFill.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
1116
private static
SolidColorBrush
CommonCheckMarkDisabledFill
1126
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xAE, 0xB7, 0xCF));
1136
private static
SolidColorBrush
CommonCheckMarkFill
1146
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C));
1158
private static
SolidColorBrush
CommonCheckMarkPressedFill
1168
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C));
1302
private static
SolidColorBrush
CommonHoverBackgroundOverlay
1312
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xDE, 0xF9, 0xFA));
1322
private static
SolidColorBrush
CommonPressedBackgroundOverlay
1332
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xC2, 0xE4, 0xF6));
1342
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
1352
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
2354
private static
SolidColorBrush
_commonCheckMarkDisabledFill;
2355
private static
SolidColorBrush
_commonCheckMarkFill;
2356
private static
SolidColorBrush
_commonCheckMarkPressedFill;
2384
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
2387
private static
SolidColorBrush
_commonHoverBackgroundOverlay;
2393
private static
SolidColorBrush
_commonPressedBackgroundOverlay;
2409
public
SolidColorBrush
BackgroundOverlay;
Microsoft\Windows\Themes\ButtonChrome.cs (15)
133
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, daukf);
151
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
209
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
238
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, daukf);
247
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
248
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
298
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
299
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
318
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
337
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
338
chrome.BackgroundOverlay.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
343
chrome.BorderOverlayPen.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
735
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
745
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
1138
private static
SolidColorBrush
_commonDisabledBackgroundOverlay;
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
279
SolidColorBrush
bottomBrush = (
SolidColorBrush
)GetCachedFreezable((int)bottomType);
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
499
private static
SolidColorBrush
CommonDisabledBackgroundOverlay
509
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4));
665
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);
161
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
163
chrome.Shadow.Brush.BeginAnimation(
SolidColorBrush
.OpacityProperty, da);
224
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
245
OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
322
chrome.OuterBorder.Brush.BeginAnimation(
SolidColorBrush
.ColorProperty, ca);
1716
private static
SolidColorBrush
CommonThumbEnabledGlyphShadow
1726
SolidColorBrush
temp = new SolidColorBrush(Colors.White);
1739
private
SolidColorBrush
GlyphShadow
1783
private static
SolidColorBrush
_commonThumbEnabledGlyphShadow;
1817
public
SolidColorBrush
GlyphShadow;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
444
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
453
private
SolidColorBrush
CommonThumbEnabledGlyph
463
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x00, 0x00, 0x00));
473
private
SolidColorBrush
Glyph
495
private static
SolidColorBrush
_commonThumbFill;
496
private static
SolidColorBrush
_commonThumbHoverFill;
497
private static
SolidColorBrush
_commonThumbPressedFill;
503
private static
SolidColorBrush
_commonThumbEnabledGlyph;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
444
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
PresentationFramework.Classic (10)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (9)
404
SolidColorBrush
controlBrush = decorator.Background as
SolidColorBrush
;
517
SolidColorBrush
temp = new SolidColorBrush();
920
SolidColorBrush
solidBrush = borderBrush as
SolidColorBrush
;
1442
public
SolidColorBrush
LightBrush;
1443
public
SolidColorBrush
LightLightBrush;
1444
public
SolidColorBrush
DarkBrush;
1445
public
SolidColorBrush
DarkDarkBrush;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
444
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)
557
SolidColorBrush
brush = new SolidColorBrush(Color.FromArgb(0xFF, 0xC9, 0xC7, 0xBA));
581
SolidColorBrush
brush = new SolidColorBrush(Color.FromArgb(0xFF, 0xCA, 0xC4, 0xB8));
606
SolidColorBrush
brush = new SolidColorBrush(Color.FromArgb(0xFF, 0xC4, 0xC3, 0xBF));
1253
private static
SolidColorBrush
CommonDisabledFillNC
1263
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xF5, 0xF4, 0xEA));
1274
private static
SolidColorBrush
CommonDisabledFillHS
1284
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xF6, 0xF2, 0xE9));
1295
private static
SolidColorBrush
CommonDisabledFillM
1305
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xF1, 0xF1, 0xED));
1483
private static
SolidColorBrush
_commonDisabledFillNC;
1484
private static
SolidColorBrush
_commonDisabledFillHS;
1485
private static
SolidColorBrush
_commonDisabledFillM;
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (5)
201
SolidColorBrush
tabStrokeBrush = new SolidColorBrush((themeColor == ThemeColor.Homestead) ? Color.FromArgb(0xFF, 0xCF, 0x72, 0x25) : Color.FromArgb(0xFF, 0xF8, 0xA9, 0x00));
241
SolidColorBrush
border = (
SolidColorBrush
)GetCachedFreezable((int)LunaFreezables.PressedBorder);
349
SolidColorBrush
arrowFill = (
SolidColorBrush
)GetCachedFreezable((int)LunaFreezables.ArrowFill);
Microsoft\Windows\Themes\ScrollChrome.cs (58)
1370
private static
SolidColorBrush
CommonDisabledGlyph
1380
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xC9, 0xC9, 0xC2));
1391
private static
SolidColorBrush
CommonArrowGlyphNC
1401
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x4D, 0x61, 0x85));
1412
private static
SolidColorBrush
CommonArrowGlyphHS
1420
private static
SolidColorBrush
CommonArrowGlyphM
1430
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x3F, 0x3D, 0x3D));
1441
private static
SolidColorBrush
CommonHoverArrowGlyphM
1451
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x20, 0x20, 0x20));
1462
private static
SolidColorBrush
CommonGripperGlyphNC
1472
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xEE, 0xF4, 0xFE));
1483
private static
SolidColorBrush
CommonHoverGripperGlyphNC
1493
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xFC, 0xFD, 0xFF));
1504
private static
SolidColorBrush
CommonPressedGripperGlyphNC
1514
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xCF, 0xDD, 0xFD));
1525
private static
SolidColorBrush
CommonGripperGlyphHS
1535
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xD0, 0xDF, 0xAC));
1546
private static
SolidColorBrush
CommonHoverGripperGlyphHS
1556
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xEB, 0xF5, 0xD4));
1567
private static
SolidColorBrush
CommonPressedGripperGlyphHS
1577
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB9, 0xD0, 0x97));
1588
private static
SolidColorBrush
CommonGripperGlyphM
1598
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
1664
private static
SolidColorBrush
CommonDisabledGripperGlyphShadow
1674
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
1685
private static
SolidColorBrush
CommonGripperGlyphShadowNC
1695
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x8C, 0xB0, 0xF8));
1706
private static
SolidColorBrush
CommonHoverGripperGlyphShadowNC
1716
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x9C, 0xC5, 0xFF));
1727
private static
SolidColorBrush
CommonPressedGripperGlyphShadowNC
1737
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x83, 0x9E, 0xD8));
1748
private static
SolidColorBrush
CommonGripperGlyphShadowHS
1758
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x8C, 0x9D, 0x73));
1769
private static
SolidColorBrush
CommonHoverGripperGlyphShadowHS
1779
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB6, 0xC6, 0x8E));
1790
private static
SolidColorBrush
CommonPressedGripperGlyphShadowHS
1800
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x7A, 0x8B, 0x63));
1811
private static
SolidColorBrush
CommonGripperGlyphShadowM
1821
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x8E, 0x95, 0xA2));
2469
private static
SolidColorBrush
_commonDisabledGlyph;
2471
private static
SolidColorBrush
_commonArrowGlyphNC;
2472
private static
SolidColorBrush
_commonArrowGlyphM;
2474
private static
SolidColorBrush
_commonHoverArrowGlyphM;
2476
private static
SolidColorBrush
_commonGripperGlyphNC;
2477
private static
SolidColorBrush
_commonHoverGripperGlyphNC;
2478
private static
SolidColorBrush
_commonPressedGripperGlyphNC;
2480
private static
SolidColorBrush
_commonGripperGlyphHS;
2481
private static
SolidColorBrush
_commonHoverGripperGlyphHS;
2482
private static
SolidColorBrush
_commonPressedGripperGlyphHS;
2484
private static
SolidColorBrush
_commonGripperGlyphM;
2486
private static
SolidColorBrush
_commonDisabledGripperGlyphShadow;
2488
private static
SolidColorBrush
_commonGripperGlyphShadowNC;
2489
private static
SolidColorBrush
_commonHoverGripperGlyphShadowNC;
2490
private static
SolidColorBrush
_commonPressedGripperGlyphShadowNC;
2492
private static
SolidColorBrush
_commonGripperGlyphShadowHS;
2493
private static
SolidColorBrush
_commonHoverGripperGlyphShadowHS;
2494
private static
SolidColorBrush
_commonPressedGripperGlyphShadowHS;
2496
private static
SolidColorBrush
_commonGripperGlyphShadowM;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (14)
523
private static
SolidColorBrush
CommonDisabledGlyphFill
532
private static
SolidColorBrush
CommonCheckMarkFill
542
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0x21));
552
private static
SolidColorBrush
CommonCheckMarkPressedFill
562
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x1A, 0x7E, 0x18));
623
private static
SolidColorBrush
CommonDisabledBackground
631
private static
SolidColorBrush
CommonDisabledBorder
641
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xCA, 0xC8, 0xBB));
826
private static
SolidColorBrush
CommonIndeterminateFill
836
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x73, 0xC2, 0x73));
973
private static
SolidColorBrush
_commonCheckMarkFill;
974
private static
SolidColorBrush
_commonCheckMarkPressedFill;
978
private static
SolidColorBrush
_commonIndeterminateFill;
985
private static
SolidColorBrush
_commonDisabledBorder;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
444
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
PresentationFramework.Royale (40)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
472
SolidColorBrush
brush = new SolidColorBrush(Color.FromArgb(0xFF,0xC6,0xC5,0xC9));
887
private static
SolidColorBrush
CommonDisabledFill
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (5)
130
SolidColorBrush
tabStrokeBrush = new SolidColorBrush(Color.FromArgb(0xFF, 0xF8, 0xA9, 0x00));
163
SolidColorBrush
border = (
SolidColorBrush
)GetCachedFreezable((int)RoyaleFreezables.PressedBorder);
271
SolidColorBrush
arrowFill = (
SolidColorBrush
)GetCachedFreezable((int)RoyaleFreezables.ArrowFill);
Microsoft\Windows\Themes\ScrollChrome.cs (18)
819
private static
SolidColorBrush
CommonDisabledGlyph
829
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB7, 0xCB, 0xE3));
841
private static
SolidColorBrush
CommonArrowGlyph
851
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x5B, 0x64, 0x73));
862
private static
SolidColorBrush
CommonHoverArrowGlyph
872
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x6B, 0x7B, 0x84));
883
private static
SolidColorBrush
CommonGripperGlyph
893
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
930
private static
SolidColorBrush
CommonDisabledGripperGlyphShadow
940
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0xB9, 0xB9, 0xB2));
951
private static
SolidColorBrush
CommonGripperGlyphShadow
961
SolidColorBrush
temp = new SolidColorBrush(Color.FromArgb(0xFF, 0x83, 0x97, 0xAF));
1125
private static
SolidColorBrush
_commonDisabledGlyph;
1127
private static
SolidColorBrush
_commonArrowGlyph;
1129
private static
SolidColorBrush
_commonHoverArrowGlyph;
1131
private static
SolidColorBrush
_commonGripperGlyph;
1134
private static
SolidColorBrush
_commonDisabledGripperGlyphShadow;
1136
private static
SolidColorBrush
_commonGripperGlyphShadow;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (14)
523
private static
SolidColorBrush
CommonDisabledGlyphFill
532
private static
SolidColorBrush
CommonCheckMarkFill
542
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0x21));
552
private static
SolidColorBrush
CommonCheckMarkPressedFill
562
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x1A, 0x7E, 0x18));
623
private static
SolidColorBrush
CommonDisabledBackground
631
private static
SolidColorBrush
CommonDisabledBorder
641
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0xCA, 0xC8, 0xBB));
826
private static
SolidColorBrush
CommonIndeterminateFill
836
SolidColorBrush
temp = new SolidColorBrush(Color.FromRgb(0x73, 0xC2, 0x73));
973
private static
SolidColorBrush
_commonCheckMarkFill;
974
private static
SolidColorBrush
_commonCheckMarkPressedFill;
978
private static
SolidColorBrush
_commonIndeterminateFill;
985
private static
SolidColorBrush
_commonDisabledBorder;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
444
if (c == ((
SolidColorBrush
)_commonBrushes[Center]).Color &&
ReachFramework (56)
AlphaFlattener\BrushProxy.cs (29)
411
if (! (_brush is
SolidColorBrush
) && ! Utility.IsIdentity(_brush.RelativeTransform))
604
if (_brush is
SolidColorBrush
)
606
SolidColorBrush
y = _brush as
SolidColorBrush
;
693
if (_brush is
SolidColorBrush
)
695
SolidColorBrush
y = _brush as
SolidColorBrush
;
788
if (!(_brush is
SolidColorBrush
))
857
SolidColorBrush
sA = _brush as
SolidColorBrush
;
864
SolidColorBrush
sB = brushB.Brush as
SolidColorBrush
;
1060
else if (_brush is
SolidColorBrush
)
1112
else if (!(_brush is
SolidColorBrush
))
1157
SolidColorBrush
scb = _brush as
SolidColorBrush
;
1384
if (!(_brush is
SolidColorBrush
))
2132
Debug.Assert(b._brush is
SolidColorBrush
, "SolidColorBrush expected");
2203
if (brushB is
SolidColorBrush
)
2605
SolidColorBrush
sb = brush as
SolidColorBrush
;
2622
SolidColorBrush
sb = brush as
SolidColorBrush
;
2827
SolidColorBrush
solidBrush = brush as
SolidColorBrush
;
3281
if (brushB.Brush is
SolidColorBrush
)
3283
SolidColorBrush
sB = brushB.Brush as
SolidColorBrush
;
3475
if (_brush is
SolidColorBrush
)
AlphaFlattener\DrawingContext.cs (1)
645
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)
180
if (!(brush is
SolidColorBrush
))
188
if (!(pen.Brush is
SolidColorBrush
))
196
if (g.OpacityMask.BrushList == null && !(g.OpacityMask.Brush is
SolidColorBrush
))
274
if (foreground != null && !(foreground is
SolidColorBrush
))
AlphaFlattener\Optimizer.cs (1)
359
if ((b != null) && ((b is
SolidColorBrush
) || (b is LinearGradientBrush)))
AlphaFlattener\Primitive.cs (2)
597
SolidColorBrush
sb = OpacityMask.Brush as
SolidColorBrush
;
AlphaFlattener\PrimitiveList.cs (2)
194
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
;
687
SolidColorBrush
sb = brush as
SolidColorBrush
;
2061
if ((foreground is
SolidColorBrush
) && (_opacityMask == null))
2247
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
;