1 implementation of OnComponentEnterState
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
64void Interface.OnComponentEnterState(
6 references to OnComponentEnterState
System.Windows.Forms.Primitives (6)
Microsoft\Office\IMsoComponentManager.cs (6)
113/// <inheritdoc cref="Interface.OnComponentEnterState(nuint, msocstate, msoccontext, uint, IMsoComponentManager**, uint)"/> 203/// Calls to <see cref="OnComponentEnterState"/> and <see cref="FOnComponentExitState"/> can be used to affect 360/// That is, if n <see cref="OnComponentEnterState"/> calls are made, the component is 364/// <see cref="OnComponentEnterState"/> calls it has made. 401/// are as they are in <see cref="OnComponentEnterState"/>. 412/// Note: n calls to this method are symmetric with n calls to <see cref="OnComponentEnterState"/>.