5 references to WindowFrameColor
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
658
return SystemColors.
WindowFrameColor
;
PresentationFramework.Classic (4)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
436
R = (byte)((darkColor.R + SystemColors.
WindowFrameColor
.R) / 2),
437
G = (byte)((darkColor.G + SystemColors.
WindowFrameColor
.G) / 2),
438
B = (byte)((darkColor.B + SystemColors.
WindowFrameColor
.B) / 2),
439
A = (byte)((darkColor.A + SystemColors.
WindowFrameColor
.A) / 2)