9 instantiations of MSOCRINFO
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
131MSOCRINFO info = new()
System.Windows.Forms.Tests (8)
System\Windows\Forms\Application.ComponentManagerTests.cs (8)
74MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 94MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 110MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 124MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 155MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 188MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 219MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 303MSOCRINFO info = new MSOCRINFO
53 references to MSOCRINFO
System.Windows.Forms (9)
System\Windows\Forms\Application.ComponentManager.cs (6)
28public MSOCRINFO componentInfo; 63MSOCRINFO* pcrinfo, 66if (pcrinfo is null || pdwComponentID is null || component is null || pcrinfo->cbSize < sizeof(MSOCRINFO)) 114MSOCRINFO* pcrinfo) 355MSOCRINFO* pcrinfo, 373if (pcrinfo->cbSize < sizeof(MSOCRINFO))
System\Windows\Forms\Application.ComponentThreadContext.cs (3)
131MSOCRINFO info = new() 133cbSize = (uint)sizeof(MSOCRINFO), 395MSOCRINFO* pcrinfo,
System.Windows.Forms.Primitives (25)
Microsoft\Office\IMsoComponent.cs (8)
40internal delegate* unmanaged[Stdcall]<IMsoComponent*, IMsoComponent*, BOOL, MSOCRINFO*, BOOL, nint, uint, void> OnActivationChange_9; 74MSOCRINFO* pcrinfo, 181/// <inheritdoc cref="Interface.OnActivationChange(IMsoComponent*, BOOL, MSOCRINFO*, BOOL, nint, uint)"/> 182public void OnActivationChange(IMsoComponent* pic, BOOL fSameComponent, MSOCRINFO* pcrinfo, BOOL fHostIsActivating, nint pchostinfo, uint dwReserved) 185((delegate* unmanaged[Stdcall]<IMsoComponent*, IMsoComponent*, BOOL, MSOCRINFO*, BOOL, nint, uint, void>)_lpVtbl[8]) 339/// <see cref="MSOCRINFO.grfcrf"/> has the <see cref="msocrf.ExclusiveBorderSpace"/> 347/// <see cref="MSOCRINFO.grfcrf"/> has the <see cref="msocrf.ExclusiveActivation"/> 386MSOCRINFO* pcrinfo,
Microsoft\Office\IMsoComponentManager.cs (13)
73/// <inheritdoc cref="Interface.FRegisterComponent(IMsoComponent*, MSOCRINFO*, nuint*)"/> 74public BOOL FRegisterComponent(IMsoComponent* piComponent, MSOCRINFO* pcrinfo, nuint* dwComponentID) 77return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, IMsoComponent*, MSOCRINFO*, nuint*, BOOL>)_lpVtbl[5]) 89/// <inheritdoc cref="Interface.FUpdateComponentRegistration(nuint, MSOCRINFO*)"/> 90public BOOL FUpdateComponentRegistration(nuint dwComponentID, MSOCRINFO* pcrinfo) 93return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nuint, MSOCRINFO*, BOOL>)_lpVtbl[7]) 179/// <inheritdoc cref="Interface.FGetActiveComponent(msogac, IMsoComponent**, MSOCRINFO*, uint)"/> 180public BOOL FGetActiveComponent(msogac dwgac, IMsoComponent** ppic, MSOCRINFO* pcrinfo, uint dwReserved) 183return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, msogac, IMsoComponent**, MSOCRINFO*, uint, BOOL>)_lpVtbl[17]) 262MSOCRINFO* pcrinfo, 288MSOCRINFO* pcrinfo); 520/// If <paramref name="pcrinfo"/> is not <see langword="null" /> caller should set <see cref="MSOCRINFO.cbSize"/> 533MSOCRINFO* pcrinfo,
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (3)
34BOOL Interface.FRegisterComponent(IMsoComponent* piComponent, MSOCRINFO* pcrinfo, nuint* dwComponentID) 46BOOL Interface.FUpdateComponentRegistration(nuint dwComponentID, MSOCRINFO* pcrinfo) 117BOOL Interface.FGetActiveComponent(msogac dwgac, IMsoComponent** ppic, MSOCRINFO* pcrinfo, uint dwReserved)
Microsoft\Office\MSOCRINFO.cs (1)
12/// The size, in bytes, of the <see cref="MSOCRINFO" /> structure.
System.Windows.Forms.Tests (19)
System\Windows\Forms\Application.ComponentManagerTests.cs (19)
46MSOCRINFO info = default; 60MSOCRINFO info = default; 74MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 94MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 110MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 124MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 155MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 188MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 219MSOCRINFO info = new MSOCRINFO { cbSize = (uint)sizeof(MSOCRINFO) }; 303MSOCRINFO info = new MSOCRINFO 305cbSize = (uint)sizeof(MSOCRINFO), 364MSOCRINFO* pcrinfo,