2 writes to _ctlHover
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TabOrder.cs (2)
467_ctlHover = null; 738_ctlHover = ctl;
14 references to _ctlHover
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\TabOrder.cs (14)
197if (_ctlHover is not null) 199Rectangle ctlInner = GetConvertedBounds(_ctlHover); 210if (_ctlHover.Parent is Control hoverParent) 513if (_ctlHover is not null) 515SetNextTabIndex(_ctlHover); 552if (_ctlHover is not null) 554SetNextTabIndex(_ctlHover); 566if (_ctlHover is not null) 568SetNextTabIndex(_ctlHover); 630=> Cursor.Current = _ctlHover is not null ? Cursors.Cross : Cursors.Default; 718Control? control = _ctlHover; 735if (_ctlHover != ctl) 744if (_ctlHover is not null) 749Rectangle rc = GetConvertedBounds(_ctlHover);