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