28 references to White
PresentationCore (12)
MS\Internal\Ink\Renderer.cs (1)
711private Color _highContrastColor = Colors.White;
System\Windows\Media3D\AmbientLight.cs (1)
40: this( Colors.White )
System\Windows\Media3D\Generated\DiffuseMaterial.cs (4)
358internal static Color s_Color = Colors.White; 359internal static Color s_AmbientColor = Colors.White; 391Colors.White, 400Colors.White,
System\Windows\Media3D\Generated\EmissiveMaterial.cs (2)
331internal static Color s_Color = Colors.White; 363Colors.White,
System\Windows\Media3D\Generated\Light.cs (2)
194internal static Color s_Color = Colors.White; 223Colors.White,
System\Windows\Media3D\Generated\SpecularMaterial.cs (2)
358internal static Color s_Color = Colors.White; 391Colors.White,
PresentationFramework (1)
MS\Internal\Ink\LassoHelper.cs (1)
52static readonly Color DotCircumferenceColor = Colors.White;
PresentationFramework.Aero (5)
Microsoft\Windows\Themes\BulletChrome.cs (2)
913temp.Brush = new SolidColorBrush(Colors.White); 937temp.Brush = new SolidColorBrush(Colors.White);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
1210temp.Brush = new SolidColorBrush(Colors.White); 1731SolidColorBrush temp = new SolidColorBrush(Colors.White); 1768_localResources.GlyphShadow = new SolidColorBrush(Colors.White);
PresentationFramework.Aero2 (5)
Microsoft\Windows\Themes\BulletChrome.cs (2)
913temp.Brush = new SolidColorBrush(Colors.White); 937temp.Brush = new SolidColorBrush(Colors.White);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
1210temp.Brush = new SolidColorBrush(Colors.White); 1731SolidColorBrush temp = new SolidColorBrush(Colors.White); 1768_localResources.GlyphShadow = new SolidColorBrush(Colors.White);
ReachFramework (5)
AlphaFlattener\DrawingContext.cs (4)
709brush = BrushProxy.BlendColorWithBrush(false, Colors.White, brush, false); 769strokeBrush = BrushProxy.BlendColorWithBrush(false, Colors.White, strokeBrush, false); 889image.BlendOverColor(Colors.White, 1.0, false); 934BrushProxy bp = BrushProxy.BlendColorWithBrush(false, Colors.White, foreground, false);
AlphaFlattener\Flattener.cs (1)
683BrushProxy under = BrushProxy.CreateColorBrush(Colors.White);