3 writes to _tabIndex
System.Windows.Forms (3)
System\Windows\Forms\Control.ControlCollection.cs (1)
88
value.
_tabIndex
= nextTabIndex;
System\Windows\Forms\Control.cs (2)
316
_tabIndex
= -1;
3040
_tabIndex
= value;
18 references to _tabIndex
System.Windows.Forms (18)
System\Windows\Forms\Control.ControlCollection.cs (1)
75
if (value.
_tabIndex
== -1)
System\Windows\Forms\Control.cs (17)
3033
get =>
_tabIndex
== -1 ? 0 :
_tabIndex
;
3038
if (
_tabIndex
!= value)
5400
if (found is null || found.
_tabIndex
> children[c].
_tabIndex
)
5412
if (found is null || found.
_tabIndex
< children[c].
_tabIndex
)
5491
int targetIndex = ctl!.
_tabIndex
;
5518
if (parentChildren[c].
_tabIndex
>= targetIndex)
5522
if (found is null || found.
_tabIndex
> parentChildren[c].
_tabIndex
)
5527
if (parentChildren[c].
_tabIndex
!= targetIndex || hitCtl)
5554
int targetIndex = ctl.
_tabIndex
;
5586
if (sibling.
_tabIndex
<= targetIndex)
5590
if (found is null || found.
_tabIndex
< sibling.
_tabIndex
)
5595
if (sibling.
_tabIndex
!= targetIndex || hitCtl)