3 references to ActiveCaptionTextColor
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
552return SystemColors.ActiveCaptionTextColor;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (2)
638resources[WorkflowDesignerColors.PropertyInspectorToolBarItemHoverBorderBrushKey] = new SolidColorBrush(SystemColors.ActiveCaptionTextColor); 640resources[WorkflowDesignerColors.PropertyInspectorToolBarItemSelectedBorderBrushKey] = new SolidColorBrush(SystemColors.ActiveCaptionTextColor);