5 references to WindowColor
PresentationFramework (4)
src\Framework\System\windows\Documents\TextSelection.cs (1)
1644backgroundColor = 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)
627return SystemColors.WindowColor;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (1)
632resources[WorkflowDesignerColors.PropertyInspectorBackgroundBrushKey] = new SolidColorBrush(SystemColors.WindowColor);