29 references to White
PresentationCore (12)
MS\Internal\Ink\Renderer.cs (1)
704private Color _highContrastColor = Colors.White;
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,
PresentationCore.Tests (1)
System\Windows\Media\ColorConverter.Tests.cs (1)
77yield return new object[] { Colors.White, "White" };
PresentationFramework (1)
MS\Internal\Ink\LassoHelper.cs (1)
47private static readonly Color DotCircumferenceColor = Colors.White;
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 (5)
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);