21 references to White
PresentationCore (12)
Core\CSharp\MS\Internal\Ink\Renderer.cs (1)
729private Color _highContrastColor = Colors.White;
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 (1)
src\Framework\MS\Internal\Ink\LassoHelper.cs (1)
53static readonly Color DotCircumferenceColor = Colors.White;
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 (1)
System\Activities\Core\Presentation\FlowchartExpressionAdorner.cs (1)
34Background = new SolidColorBrush(Colors.White),
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (2)
172if (SystemColors.ControlColor == Colors.Black && SystemColors.ControlTextColor == Colors.White) 177if (SystemColors.ControlColor == Colors.White && SystemColors.ControlTextColor == Colors.Black)