29 references to msocstate
System.Windows.Forms.Primitives (29)
Microsoft\Office\IMsoComponent.cs (7)
37internal delegate* unmanaged[Stdcall]<IMsoComponent*, msocstate, BOOL, void> OnEnterState_6; 58private static void OnEnterState(IMsoComponent* @this, msocstate uStateID, BOOL fEnter) 160/// <inheritdoc cref="Interface.OnEnterState(msocstate, BOOL)"/> 161public void OnEnterState(msocstate uStateID, BOOL fEnter) 164((delegate* unmanaged[Stdcall]<IMsoComponent*, msocstate, BOOL, void>)_lpVtbl[5])(pThis, uStateID, fEnter); 302msocstate uStateID, 355/// <see cref="OnEnterState"/> with <see cref="msocstate.Modal" /> notification.
Microsoft\Office\IMsoComponentManager.cs (16)
113/// <inheritdoc cref="Interface.OnComponentEnterState(nuint, msocstate, msoccontext, uint, IMsoComponentManager**, uint)"/> 116msocstate uStateID, 123((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nuint, msocstate, msoccontext, uint, IMsoComponentManager**, uint, void>)_lpVtbl[10]) 127/// <inheritdoc cref="Interface.FOnComponentExitState(nuint, msocstate, msoccontext, uint, IMsoComponentManager**)"/> 130msocstate uStateID, 136return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nuint, msocstate, msoccontext, uint, IMsoComponentManager**, BOOL>)_lpVtbl[11]) 140/// <inheritdoc cref="Interface.FInState(msocstate, void*)"/> 141public BOOL FInState(msocstate uStateID, void* pvoid) 144return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, msocstate, void*, BOOL>)_lpVtbl[12]) 197/// This tree is used to maintain multiple contexts with regard to <see cref="msocstate"/> states. These 351/// <see cref="IMsoComponent.OnEnterState(msocstate, BOOL)"/> (see "Comments on State Contexts" in 368/// of <see cref="msocstate.Modal"/> when entering modal state. Such objects should call 386msocstate uStateID, 406/// via <see cref="IMsoComponent.OnEnterState(msocstate, BOOL)"/> (see "Comments on State Contexts", above). 428msocstate uStateID, 441msocstate uStateID,
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (3)
66msocstate uStateID, 78msocstate uStateID, 87BOOL Interface.FInState(msocstate uStateID, void* pvoid)
Microsoft\Office\msocadvf.cs (1)
7/// MSO Component registration advise flags <see cref="msocstate" />
Microsoft\Office\msoccontext.cs (1)
9/// <see cref="msocstate"/> states. These contexts are referred to as 'state contexts'
Microsoft\Office\msocstate.cs (1)
7/// State IDs passed to <see cref="IMsoComponent.OnEnterState(msocstate, BOOL)" /> and