57 references to Colors
PresentationCore (27)
Core\CSharp\MS\Internal\Ink\Renderer.cs (1)
729private Color _highContrastColor = Colors.White;
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (3)
84Debug.Assert(Colors.Black == (Color)GetDefaultDrawingAttributeValue(KnownIds.Color)); 85return Colors.Black; 674return Colors.Black;
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
324_hwndTarget.BackgroundColor = Colors.Transparent;
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
2434Colors.Transparent, // _colorKey.GetValueOrDefault(Colors.Black),
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (2)
327internal static Color s_Color = Colors.Black; 369Colors.Black,
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (2)
428internal static Color s_Color = Colors.Black; 470Colors.Black,
Core\CSharp\System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (2)
274internal static Color s_GlowColor = Colors.Gold; 306Colors.Gold,
Core\CSharp\System\Windows\Media\Generated\GradientStop.cs (2)
270Colors.Transparent, 302internal static Color s_Color = Colors.Transparent;
Core\CSharp\System\Windows\Media\Generated\SolidColorBrush.cs (2)
329internal static Color s_Color = Colors.Transparent; 358Colors.Transparent,
Core\CSharp\System\Windows\Media3D\AmbientLight.cs (1)
43: this( Colors.White )
Core\CSharp\System\Windows\Media3D\Generated\DiffuseMaterial.cs (4)
379internal static Color s_Color = Colors.White; 380internal static Color s_AmbientColor = Colors.White; 412Colors.White, 421Colors.White,
Core\CSharp\System\Windows\Media3D\Generated\EmissiveMaterial.cs (2)
352internal static Color s_Color = Colors.White; 384Colors.White,
Core\CSharp\System\Windows\Media3D\Generated\Light.cs (2)
200internal static Color s_Color = Colors.White; 229Colors.White,
Core\CSharp\System\Windows\Media3D\Generated\SpecularMaterial.cs (2)
379internal static Color s_Color = Colors.White; 412Colors.White,
PresentationFramework (15)
src\Framework\MS\Internal\Ink\LassoHelper.cs (2)
52static readonly Color DotColor = Colors.Orange; //FromArgb(1, 0.89f, 0.3607f, 0.1843f); 53static readonly Color DotCircumferenceColor = Colors.White;
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
87da.Color = Colors.Black;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
3501hwndTarget.BackgroundColor = transparent ? Colors.Transparent : Colors.Black;
src\Framework\System\Windows\Controls\ProgressBar.cs (6)
203b.GradientStops.Add(new GradientStop(Colors.Transparent, 0.0)); 206b.GradientStops.Add(new GradientStop(Colors.Transparent, 1.0)); 215mask.GradientStops.Add(new GradientStop(Colors.Transparent, 0.0)); 216mask.GradientStops.Add(new GradientStop(Colors.Black, 0.4)); 217mask.GradientStops.Add(new GradientStop(Colors.Black, 0.6)); 218mask.GradientStops.Add(new GradientStop(Colors.Transparent, 1.0));
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
1269Color color = (solidBrush != null) ? solidBrush.Color : Colors.Black;
src\Framework\System\Windows\Documents\ColumnResizeAdorner.cs (1)
49_pen = new Pen(new SolidColorBrush(Colors.LightSlateGray), 2.0);
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
187Pen pen = new Pen(new SolidColorBrush(Colors.Black), lineHeight);
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
1386_hwndSource.CompositionTarget.BackgroundColor = Colors.Transparent;
PresentationFramework.Aero (5)
Microsoft\Windows\Themes\BulletChrome.cs (2)
919temp.Brush = new SolidColorBrush(Colors.White); 943temp.Brush = new SolidColorBrush(Colors.White);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
1216temp.Brush = new SolidColorBrush(Colors.White); 1737SolidColorBrush temp = new SolidColorBrush(Colors.White); 1774_localResources.GlyphShadow = new SolidColorBrush(Colors.White);
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
73static Color ConnectionPointColor = Colors.LightGray;
System\Activities\Core\Presentation\FlowchartExpressionAdorner.cs (2)
34Background = new SolidColorBrush(Colors.White), 47Color = Colors.Black,
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\View\SearchToolTipAdorner.cs (1)
40Color = Colors.Black,
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (6)
172if (SystemColors.ControlColor == Colors.Black && SystemColors.ControlTextColor == Colors.White) 177if (SystemColors.ControlColor == Colors.White && SystemColors.ControlTextColor == Colors.Black) 182if (SystemColors.ControlColor == Colors.Black && SystemColors.ControlTextColor == Color.FromArgb(0xff, 0x00, 0xff, 0x00)) 329return Colors.Black;