1 write to helpText
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
2516
this.
helpText
= value;
3 references to helpText
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (3)
2511
return this.
helpText
;
2761
else if (this.items.Count == 0 && this.
helpText
.Length > 0)
2766
ActivityDesignerPaint.DrawText(graphics, designerTheme.Font, this.
helpText
, stripRectangle, StringAlignment.Center, WorkflowTheme.CurrentTheme.AmbientTheme.TextQuality, textBrush);