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