6 references to SetDelay
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerWidgets.cs (6)
2160this.infoTip.SetDelay(NativeMethods.TTDT_INITIAL, 1000); 2161this.infoTip.SetDelay(NativeMethods.TTDT_RESHOW, 1000); 2162this.infoTip.SetDelay(NativeMethods.TTDT_AUTOPOP, 1000000); 2172this.inplaceTip.SetDelay(NativeMethods.TTDT_INITIAL, 50); 2173this.inplaceTip.SetDelay(NativeMethods.TTDT_RESHOW, 50); 2174this.inplaceTip.SetDelay(NativeMethods.TTDT_AUTOPOP, 1000000);