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)
200
if (
_ctlHover
is not null)
202
Rectangle ctlInner = GetConvertedBounds(
_ctlHover
);
213
if (
_ctlHover
.Parent is Control hoverParent)
522
if (
_ctlHover
is not null)
524
SetNextTabIndex(
_ctlHover
);
561
if (
_ctlHover
is not null)
563
SetNextTabIndex(
_ctlHover
);
575
if (
_ctlHover
is not null)
577
SetNextTabIndex(
_ctlHover
);
639
=> Cursor.Current =
_ctlHover
is not null ? Cursors.Cross : Cursors.Default;
727
Control? control =
_ctlHover
;
744
if (
_ctlHover
!= ctl)
753
if (
_ctlHover
is not null)
761
Rectangle rc = GetConvertedBounds(
_ctlHover
);