1 instantiation of STARTUPINFO_I
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
6974
NativeMethods.STARTUPINFO_I si = new NativeMethods.
STARTUPINFO_I
();
2 references to STARTUPINFO_I
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
6974
NativeMethods.
STARTUPINFO_I
si = new NativeMethods.STARTUPINFO_I();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
1488
public static extern void GetStartupInfo([In, Out] NativeMethods.
STARTUPINFO_I
startupinfo_i);