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)
315
_tabIndex
= -1;
3039
_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)
3032
get =>
_tabIndex
== -1 ? 0 :
_tabIndex
;
3037
if (
_tabIndex
!= value)
5439
if (found is null || found.
_tabIndex
> children[c].
_tabIndex
)
5451
if (found is null || found.
_tabIndex
< children[c].
_tabIndex
)
5530
int targetIndex = ctl!.
_tabIndex
;
5557
if (parentChildren[c].
_tabIndex
>= targetIndex)
5561
if (found is null || found.
_tabIndex
> parentChildren[c].
_tabIndex
)
5566
if (parentChildren[c].
_tabIndex
!= targetIndex || hitCtl)
5593
int targetIndex = ctl.
_tabIndex
;
5625
if (sibling.
_tabIndex
<= targetIndex)
5629
if (found is null || found.
_tabIndex
< sibling.
_tabIndex
)
5634
if (sibling.
_tabIndex
!= targetIndex || hitCtl)