2 instantiations of NativeToolTip
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
2159this.infoTip = new NativeToolTip(this.parentControl.Handle); 2171this.inplaceTip = new NativeToolTip(this.parentControl.Handle);
3 references to NativeToolTip
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (3)
2146private NativeToolTip infoTip; 2147private NativeToolTip inplaceTip; 2286createParams.ClassName = NativeToolTip.ToolTipClass;