1 write to CommentIndicatorColor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
3179
CommentIndicatorColor
= SystemColors.GrayText;
1 reference to CommentIndicatorColor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DocumentOutline.cs (1)
480
this.ForeColor = (!activity.Enabled || ActivityDesigner.IsCommentedActivity(activity)) ? WorkflowTheme.CurrentTheme.AmbientTheme.
CommentIndicatorColor
: SystemColors.WindowText;