1 write to _control
System.Windows.Forms (1)
System\Windows\Forms\Control.ControlNativeWindow.cs (1)
17_control = control.OrThrowIfNull();
12 references to _control
System.Windows.Forms (12)
System\Windows\Forms\Control.ControlNativeWindow.cs (12)
23return _control; 34_control.SetHandle(newHandle); 57if (!_control.SuppressApplicationOnThreadException(e)) 66_control.WndProc(ref m); 76return _control.GetType().FullName!; 89_control.UnhookMouseEvent(); 93if (!_control.GetState(States.TrackingMouseEvent)) 95_control.HookMouseEvent(); 96if (!_control.GetState(States.MouseEnterPending)) 98PInvokeCore.SendMessage(_control, RegisteredMessage.WM_MOUSEENTER); 102_control.SetState(States.MouseEnterPending, false); 111_control.ResetMouseEventArgs();