29 references to msocstate
System.Windows.Forms.Primitives (29)
Microsoft\Office\IMsoComponent.cs (7)
37
internal delegate* unmanaged[Stdcall]<IMsoComponent*,
msocstate
, BOOL, void> OnEnterState_6;
58
private static void OnEnterState(IMsoComponent* @this,
msocstate
uStateID, BOOL fEnter)
160
/// <inheritdoc cref="Interface.OnEnterState(
msocstate
, BOOL)"/>
161
public void OnEnterState(
msocstate
uStateID, BOOL fEnter)
164
((delegate* unmanaged[Stdcall]<IMsoComponent*,
msocstate
, BOOL, void>)_lpVtbl[5])(pThis, uStateID, fEnter);
302
msocstate
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)"/>
116
msocstate
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**)"/>
130
msocstate
uStateID,
136
return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nuint,
msocstate
, msoccontext, uint, IMsoComponentManager**, BOOL>)_lpVtbl[11])
140
/// <inheritdoc cref="Interface.FInState(
msocstate
, void*)"/>
141
public BOOL FInState(
msocstate
uStateID, void* pvoid)
144
return ((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
386
msocstate
uStateID,
406
/// via <see cref="IMsoComponent.OnEnterState(
msocstate
, BOOL)"/> (see "Comments on State Contexts", above).
428
msocstate
uStateID,
441
msocstate
uStateID,
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (3)
66
msocstate
uStateID,
78
msocstate
uStateID,
87
BOOL 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