10 references to White
PresentationCore (1)
System\Windows\Ink\Stroke2.cs (1)
399drawingContext.DrawGeometry(Brushes.White, null, GetGeometry(selectedDA));
PresentationFramework (4)
System\Windows\Documents\FixedPage.cs (2)
434new FrameworkPropertyMetadata((Brush)Brushes.White, FrameworkPropertyMetadataOptions.AffectsRender)); 1273Brushes.White,
System\Windows\Documents\FixedPageStructure.cs (1)
658Brushes.White,
System\Windows\Documents\FixedSOMSemanticBox.cs (1)
74Brushes.White,
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
1470return Brushes.White;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
630return Brushes.White;
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
910return Brushes.White;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
630return Brushes.White;
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
2604static private BrushProxy _whiteBrush = new BrushProxy(Brushes.White);