62 references to Colors
PresentationCore (27)
MS\Internal\Ink\Renderer.cs (1)
704private Color _highContrastColor = Colors.White;
System\Windows\Ink\DrawingAttributes.cs (3)
70Debug.Assert(Colors.Black == (Color)GetDefaultDrawingAttributeValue(KnownIds.Color)); 71return Colors.Black; 660return Colors.Black;
System\Windows\InterOp\HwndSource.cs (1)
273_hwndTarget.BackgroundColor = Colors.Transparent;
System\Windows\InterOp\HwndTarget.cs (1)
2240Colors.Transparent, // _colorKey.GetValueOrDefault(Colors.Black),
System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (2)
298internal static Color s_Color = Colors.Black; 339Colors.Black,
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (2)
393internal static Color s_Color = Colors.Black; 434Colors.Black,
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (2)
245internal static Color s_GlowColor = Colors.Gold; 276Colors.Gold,
System\Windows\Media\Generated\GradientStop.cs (2)
235Colors.Transparent, 267internal static Color s_Color = Colors.Transparent;
System\Windows\Media\Generated\SolidColorBrush.cs (2)
299internal static Color s_Color = Colors.Transparent; 327Colors.Transparent,
System\Windows\Media3D\AmbientLight.cs (1)
32: this( Colors.White )
System\Windows\Media3D\Generated\DiffuseMaterial.cs (4)
351internal static Color s_Color = Colors.White; 352internal static Color s_AmbientColor = Colors.White; 383Colors.White, 392Colors.White,
System\Windows\Media3D\Generated\EmissiveMaterial.cs (2)
324internal static Color s_Color = Colors.White; 355Colors.White,
System\Windows\Media3D\Generated\Light.cs (2)
178internal static Color s_Color = Colors.White; 206Colors.White,
System\Windows\Media3D\Generated\SpecularMaterial.cs (2)
351internal static Color s_Color = Colors.White; 383Colors.White,
PresentationFramework (17)
MS\Internal\Ink\LassoHelper.cs (2)
46private static readonly Color DotColor = Colors.Orange; //FromArgb(1, 0.89f, 0.3607f, 0.1843f); 47private static readonly Color DotCircumferenceColor = Colors.White;
MS\Internal\Ink\PenCursorManager.cs (1)
74da.Color = Colors.Black;
System\Windows\Appearance\WindowBackdropManager.cs (1)
105windowSource.CompositionTarget.BackgroundColor = Colors.Transparent;
System\Windows\Controls\Primitives\Popup.cs (2)
3362hwndTarget.BackgroundColor = transparent ? Colors.Transparent : Colors.Black;
System\Windows\Controls\ProgressBar.cs (6)
195b.GradientStops.Add(new GradientStop(Colors.Transparent, 0.0)); 198b.GradientStops.Add(new GradientStop(Colors.Transparent, 1.0)); 209mask.GradientStops.Add(new GradientStop(Colors.Transparent, 0.0)); 210mask.GradientStops.Add(new GradientStop(Colors.Black, 0.4)); 211mask.GradientStops.Add(new GradientStop(Colors.Black, 0.6)); 212mask.GradientStops.Add(new GradientStop(Colors.Transparent, 1.0));
System\Windows\Controls\TextRangeAdaptor.cs (1)
1257Color color = (solidBrush != null) ? solidBrush.Color : Colors.Black;
System\Windows\Documents\ColumnResizeAdorner.cs (1)
35_pen = new Pen(new SolidColorBrush(Colors.LightSlateGray), 2.0);
System\Windows\Documents\CompositionAdorner.cs (1)
181Pen pen = new Pen(new SolidColorBrush(Colors.Black), lineHeight);
System\Windows\Shell\WindowChromeWorker.cs (1)
952_hwndSource.CompositionTarget.BackgroundColor = Colors.Transparent;
System\Windows\SystemColors.cs (1)
2292color = Colors.Transparent;
PresentationFramework.Aero (5)
Microsoft\Windows\Themes\BulletChrome.cs (2)
923Brush = new SolidColorBrush(Colors.White) 949Brush = new SolidColorBrush(Colors.White)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
1241Brush = new SolidColorBrush(Colors.White) 1791SolidColorBrush temp = new SolidColorBrush(Colors.White) 1830_localResources.GlyphShadow = new SolidColorBrush(Colors.White);
PresentationFramework.Aero2 (5)
Microsoft\Windows\Themes\BulletChrome.cs (2)
923Brush = new SolidColorBrush(Colors.White) 949Brush = new SolidColorBrush(Colors.White)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
1241Brush = new SolidColorBrush(Colors.White) 1791SolidColorBrush temp = new SolidColorBrush(Colors.White) 1830_localResources.GlyphShadow = new SolidColorBrush(Colors.White);
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (2)
1021_beforeDrawing = Colors.Transparent; 1022_afterDrawing = Colors.Transparent;
AlphaFlattener\DrawingContext.cs (4)
706brush = BrushProxy.BlendColorWithBrush(false, Colors.White, brush, false); 766strokeBrush = BrushProxy.BlendColorWithBrush(false, Colors.White, strokeBrush, false); 886image.BlendOverColor(Colors.White, 1.0, false); 931BrushProxy bp = BrushProxy.BlendColorWithBrush(false, Colors.White, foreground, false);
AlphaFlattener\Flattener.cs (1)
676BrushProxy under = BrushProxy.CreateColorBrush(Colors.White);
AlphaFlattener\MetroDevice.cs (1)
231g.OpacityMask = BrushProxy.CreateColorBrush(Colors.Transparent);