2 writes to _ctlHover
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TabOrder.cs (2)
470_ctlHover = null; 747_ctlHover = ctl;
14 references to _ctlHover
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\TabOrder.cs (14)
200if (_ctlHover is not null) 202Rectangle ctlInner = GetConvertedBounds(_ctlHover); 213if (_ctlHover.Parent is Control hoverParent) 522if (_ctlHover is not null) 524SetNextTabIndex(_ctlHover); 561if (_ctlHover is not null) 563SetNextTabIndex(_ctlHover); 575if (_ctlHover is not null) 577SetNextTabIndex(_ctlHover); 639=> Cursor.Current = _ctlHover is not null ? Cursors.Cross : Cursors.Default; 727Control? control = _ctlHover; 744if (_ctlHover != ctl) 753if (_ctlHover is not null) 761Rectangle rc = GetConvertedBounds(_ctlHover);