2 writes to infoTip
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
2159this.infoTip = new NativeToolTip(this.parentControl.Handle); 2186this.infoTip = null;
15 references to infoTip
System.Workflow.ComponentModel (15)
AuthoringOM\Design\DesignerWidgets.cs (15)
2160this.infoTip.SetDelay(NativeMethods.TTDT_INITIAL, 1000); 2161this.infoTip.SetDelay(NativeMethods.TTDT_RESHOW, 1000); 2162this.infoTip.SetDelay(NativeMethods.TTDT_AUTOPOP, 1000000); 2168this.infoTip.SetMaxTipWidth(width); 2183if (this.infoTip != null) 2185((IDisposable)this.infoTip).Dispose(); 2204this.infoTip.Pop(); 2205this.infoTip.Activate(false); 2210this.infoTip.Activate(true); 2217if (NativeMethods.IsWindowVisible(this.infoTip.Handle)) 2218this.infoTip.Pop(); 2221this.infoTip.UpdateTitle(this.infoTipTitle); 2224this.infoTip.UpdateToolTipText(this.infoTipText); 2237this.infoTip.Activate(false); 2270this.infoTip.UpdateToolTipRectangle(this.parentControl.ClientRectangle);