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)
197
if (
_ctlHover
is not null)
199
Rectangle ctlInner = GetConvertedBounds(
_ctlHover
);
210
if (
_ctlHover
.Parent is Control hoverParent)
513
if (
_ctlHover
is not null)
515
SetNextTabIndex(
_ctlHover
);
552
if (
_ctlHover
is not null)
554
SetNextTabIndex(
_ctlHover
);
566
if (
_ctlHover
is not null)
568
SetNextTabIndex(
_ctlHover
);
630
=> Cursor.Current =
_ctlHover
is not null ? Cursors.Cross : Cursors.Default;
718
Control? control =
_ctlHover
;
735
if (
_ctlHover
!= ctl)
744
if (
_ctlHover
is not null)
749
Rectangle rc = GetConvertedBounds(
_ctlHover
);