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)
317
_tabIndex
= -1;
3041
_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)
3034
get =>
_tabIndex
== -1 ? 0 :
_tabIndex
;
3039
if (
_tabIndex
!= value)
5441
if (found is null || found.
_tabIndex
> children[c].
_tabIndex
)
5453
if (found is null || found.
_tabIndex
< children[c].
_tabIndex
)
5532
int targetIndex = ctl!.
_tabIndex
;
5559
if (parentChildren[c].
_tabIndex
>= targetIndex)
5563
if (found is null || found.
_tabIndex
> parentChildren[c].
_tabIndex
)
5568
if (parentChildren[c].
_tabIndex
!= targetIndex || hitCtl)
5595
int targetIndex = ctl.
_tabIndex
;
5627
if (sibling.
_tabIndex
<= targetIndex)
5631
if (found is null || found.
_tabIndex
< sibling.
_tabIndex
)
5636
if (sibling.
_tabIndex
!= targetIndex || hitCtl)