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