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