2 writes to text
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
2358
toolInfo.
text
= Marshal.StringToBSTR(toolTipText);
2398
toolInfo.
text
= new IntPtr(-1);
1 reference to text
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
2363
Marshal.FreeBSTR(toolInfo.
text
);