28 references to White
PresentationCore (12)
MS\Internal\Ink\Renderer.cs (1)
703
private Color _highContrastColor = Colors.
White
;
System\Windows\Media3D\AmbientLight.cs (1)
33
: this( Colors.
White
)
System\Windows\Media3D\Generated\DiffuseMaterial.cs (4)
334
internal static Color s_Color = Colors.
White
;
335
internal static Color s_AmbientColor = Colors.
White
;
367
Colors.
White
,
376
Colors.
White
,
System\Windows\Media3D\Generated\EmissiveMaterial.cs (2)
307
internal static Color s_Color = Colors.
White
;
339
Colors.
White
,
System\Windows\Media3D\Generated\Light.cs (2)
168
internal static Color s_Color = Colors.
White
;
197
Colors.
White
,
System\Windows\Media3D\Generated\SpecularMaterial.cs (2)
334
internal static Color s_Color = Colors.
White
;
367
Colors.
White
,
PresentationFramework (1)
MS\Internal\Ink\LassoHelper.cs (1)
47
static readonly Color DotCircumferenceColor = Colors.
White
;
PresentationFramework.Aero (5)
Microsoft\Windows\Themes\BulletChrome.cs (2)
907
temp.Brush = new SolidColorBrush(Colors.
White
);
931
temp.Brush = new SolidColorBrush(Colors.
White
);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
1205
temp.Brush = new SolidColorBrush(Colors.
White
);
1726
SolidColorBrush temp = new SolidColorBrush(Colors.
White
);
1763
_localResources.GlyphShadow = new SolidColorBrush(Colors.
White
);
PresentationFramework.Aero2 (5)
Microsoft\Windows\Themes\BulletChrome.cs (2)
907
temp.Brush = new SolidColorBrush(Colors.
White
);
931
temp.Brush = new SolidColorBrush(Colors.
White
);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
1205
temp.Brush = new SolidColorBrush(Colors.
White
);
1726
SolidColorBrush temp = new SolidColorBrush(Colors.
White
);
1763
_localResources.GlyphShadow = new SolidColorBrush(Colors.
White
);
ReachFramework (5)
AlphaFlattener\DrawingContext.cs (4)
705
brush = BrushProxy.BlendColorWithBrush(false, Colors.
White
, brush, false);
765
strokeBrush = BrushProxy.BlendColorWithBrush(false, Colors.
White
, strokeBrush, false);
885
image.BlendOverColor(Colors.
White
, 1.0, false);
930
BrushProxy bp = BrushProxy.BlendColorWithBrush(false, Colors.
White
, foreground, false);
AlphaFlattener\Flattener.cs (1)
678
BrushProxy under = BrushProxy.CreateColorBrush(Colors.
White
);