1 instantiation of TOOLINFO
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
2391
NativeMethods.TOOLINFO toolInfo = new NativeMethods.
TOOLINFO
();
9 references to TOOLINFO
System.Workflow.ComponentModel (9)
AuthoringOM\Design\DesignerWidgets.cs (8)
2294
NativeMethods.
TOOLINFO
toolInfo = GetToolInfo();
2305
NativeMethods.
TOOLINFO
toolInfo = GetToolInfo();
2354
NativeMethods.
TOOLINFO
toolInfo = GetToolInfo();
2369
NativeMethods.
TOOLINFO
toolInfo = GetToolInfo();
2378
private bool AddTool(NativeMethods.
TOOLINFO
toolInfo)
2384
private void DelTool(NativeMethods.
TOOLINFO
toolInfo)
2389
private NativeMethods.
TOOLINFO
GetToolInfo()
2391
NativeMethods.
TOOLINFO
toolInfo = new NativeMethods.TOOLINFO();
Shared\NativeMethods.cs (1)
307
internal static extern IntPtr SendMessage(IntPtr hWnd, int Msg, IntPtr wParam, ref
TOOLINFO
ti);