5 references to WindowColor
PresentationFramework (4)
src\Framework\System\windows\Documents\TextSelection.cs (1)
1644
backgroundColor = SystemColors.
WindowColor
;
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
1376
_hwndSource.CompositionTarget.BackgroundColor = SystemColors.
WindowColor
;
1564
_hwndSource.CompositionTarget.BackgroundColor = SystemColors.
WindowColor
;
src\Framework\System\Windows\SystemResourceKey.cs (1)
627
return SystemColors.
WindowColor
;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (1)
632
resources[WorkflowDesignerColors.PropertyInspectorBackgroundBrushKey] = new SolidColorBrush(SystemColors.
WindowColor
);