4 references to IsCommentedActivity
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (2)
434bool isNestedInComment = ActivityDesigner.IsCommentedActivity(activity); 499bool isNestedInComment = ActivityDesigner.IsCommentedActivity(Activity);
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
340if (!activity.Enabled && !ActivityDesigner.IsCommentedActivity(activity))
AuthoringOM\Design\DocumentOutline.cs (1)
480this.ForeColor = (!activity.Enabled || ActivityDesigner.IsCommentedActivity(activity)) ? WorkflowTheme.CurrentTheme.AmbientTheme.CommentIndicatorColor : SystemColors.WindowText;