3 references to MouseEnterPending
System.Windows.Forms (3)
System\Windows\Forms\Control.ControlNativeWindow.cs (2)
96
if (!_control.GetState(States.
MouseEnterPending
))
102
_control.SetState(States.
MouseEnterPending
, false);
System\Windows\Forms\Control.cs (1)
9120
SetState(States.
MouseEnterPending
, true);