1 instantiation of MSOCRINFOSTRUCT
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
2544NativeMethods.MSOCRINFOSTRUCT info = new NativeMethods.MSOCRINFOSTRUCT();
13 references to MSOCRINFOSTRUCT
System.Windows.Forms (13)
winforms\Managed\System\WinForms\Application.cs (6)
1679public NativeMethods.MSOCRINFOSTRUCT componentInfo; 1741NativeMethods.MSOCRINFOSTRUCT pcrinfo, 1799NativeMethods.MSOCRINFOSTRUCT info 2269NativeMethods.MSOCRINFOSTRUCT info, 2544NativeMethods.MSOCRINFOSTRUCT info = new NativeMethods.MSOCRINFOSTRUCT(); 2545info.cbSize = Marshal.SizeOf(typeof(NativeMethods.MSOCRINFOSTRUCT));
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (3)
423bool UnsafeNativeMethods.IMsoComponentManager.FRegisterComponent(UnsafeNativeMethods.IMsoComponent component, NativeMethods.MSOCRINFOSTRUCT pcrinfo, out IntPtr dwComponentID) { 500bool UnsafeNativeMethods.IMsoComponentManager.FUpdateComponentRegistration(IntPtr dwComponentID, NativeMethods.MSOCRINFOSTRUCT info) { 603bool UnsafeNativeMethods.IMsoComponentManager.FGetActiveComponent(int dwgac, UnsafeNativeMethods.IMsoComponent[] ppic, NativeMethods.MSOCRINFOSTRUCT info, int dwReserved) {
winforms\Managed\System\WinForms\NativeMethods.cs (1)
4075public int cbSize = Marshal.SizeOf(typeof(MSOCRINFOSTRUCT)); // size of MSOCRINFO structure in bytes.
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
4983NativeMethods.MSOCRINFOSTRUCT pcrinfo, 5005bool FUpdateComponentRegistration(IntPtr dwComponentID,NativeMethods.MSOCRINFOSTRUCT pcrinfo); 5204NativeMethods.MSOCRINFOSTRUCT pcrinfo,