1 implementation of OnEnterState
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
362void IMsoComponent.Interface.OnEnterState(msocstate uStateID, BOOL fEnter)
3 references to OnEnterState
System.Windows.Forms.Primitives (3)
Microsoft\Office\IMsoComponent.cs (3)
59=> UnwrapAndInvoke<IMsoComponent, Interface>(@this, o => o.OnEnterState(uStateID, fEnter)); 160/// <inheritdoc cref="Interface.OnEnterState(msocstate, BOOL)"/> 355/// <see cref="OnEnterState"/> with <see cref="msocstate.Modal" /> notification.