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