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