2 implementations of OnEnterState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
3825void UnsafeNativeMethods.IMsoComponent.OnEnterState(int uStateID, bool fEnter) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
322void UnsafeNativeMethods.IMsoComponent.OnEnterState(int uStateID, bool fEnter) {
5 references to OnEnterState
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Application.cs (2)
1940entry.component.OnEnterState(uStateID, true); 1990entry.component.OnEnterState(uStateID, false);
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (3)
325c.OnEnterState(uStateID, fEnter); 557comp.OnEnterState(uStateID, true); 570comp.OnEnterState(uStateID, false);