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