2 writes to workflowToolTip
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowView.cs (2)
182
this.
workflowToolTip
= new WorkflowToolTip(this);
274
this.
workflowToolTip
= null;
7 references to workflowToolTip
System.Workflow.ComponentModel (7)
AuthoringOM\Design\WorkflowView.cs (7)
271
if (this.
workflowToolTip
!= null)
273
((IDisposable)this.
workflowToolTip
).Dispose();
791
this.
workflowToolTip
.SetText(toolTipText, toolTipRectangle);
799
this.
workflowToolTip
.SetText(String.Empty, text);
810
this.
workflowToolTip
.SetText(title, text);
1434
if (this.
workflowToolTip
!= null && m.Msg == NativeMethods.WM_NOTIFY)
1435
this.
workflowToolTip
.RelayParentNotify(ref m);