5 references to WindowColor
PresentationFramework (5)
System\Windows\Appearance\WindowBackdropManager.cs (1)
112windowSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor;
System\windows\Documents\TextSelection.cs (1)
1641backgroundColor = SystemColors.WindowColor;
System\Windows\Shell\WindowChromeWorker.cs (2)
1203_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor; 1408_hwndSource.CompositionTarget.BackgroundColor = SystemColors.WindowColor;
System\Windows\SystemResourceKey.cs (1)
620return SystemColors.WindowColor;