6 references to WindowColor
PresentationFramework (6)
System\Windows\Appearance\WindowBackdropManager.cs (1)
119
windowSource.CompositionTarget.BackgroundColor = SystemColors.
WindowColor
;
System\windows\Documents\TextSelection.cs (1)
1622
backgroundColor = SystemColors.
WindowColor
;
System\Windows\Shell\WindowChromeWorker.cs (3)
942
_hwndSource.CompositionTarget.BackgroundColor = SystemColors.
WindowColor
;
998
_hwndSource.CompositionTarget.BackgroundColor = SystemColors.
WindowColor
;
1142
_hwndSource.CompositionTarget.BackgroundColor = SystemColors.
WindowColor
;
System\Windows\SystemResourceKey.cs (1)
655
return SystemColors.
WindowColor
;