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