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