3 references to GrayTextColor
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
585return SystemColors.GrayTextColor;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
78this.text.Foreground = new SolidColorBrush(SystemColors.GrayTextColor);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
94text.Foreground = new SolidColorBrush(SystemColors.GrayTextColor);