7 references to White
PresentationCore (1)
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
446
drawingContext.DrawGeometry(Brushes.
White
, null, GetGeometry(selectedDA));
PresentationFramework (2)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (1)
256
_pageBorder.Background = Brushes.
White
;
src\Framework\System\Windows\Documents\FixedPage.cs (1)
447
new FrameworkPropertyMetadata((Brush)Brushes.
White
, FrameworkPropertyMetadataOptions.AffectsRender));
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
1426
return Brushes.
White
;
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
636
return Brushes.
White
;
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
902
return Brushes.
White
;
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
636
return Brushes.
White
;