51 writes to TabStop
Accessibility_Core_App (8)
DataControls.Designer.cs (1)
107
this.bindingNavigator1.
TabStop
= true;
Menu_Toolbars_controls.Designer.cs (4)
117
menuStrip1.
TabStop
= true;
126
contextMenuStrip1.
TabStop
= true;
428
statusStrip1.
TabStop
= true;
509
toolStrip1.
TabStop
= true;
ToolStripContainer.Designer.cs (3)
141
this.toolStrip1.
TabStop
= true;
285
this.statusStrip1.
TabStop
= true;
343
this.menuStrip1.
TabStop
= true;
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
184
_toolStrip.
TabStop
= true;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
128
TabStop
= false;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1637
TabStop
= true;
System.Windows.Forms.Tests (32)
System\Windows\Forms\ControlTests.cs (4)
926
using ToolStrip toolStrip1 = new() {
TabStop
= true, };
927
using ToolStrip toolStrip2 = new() {
TabStop
= true, };
983
using ToolStrip toolStrip1 = new() {
TabStop
= true };
984
using ToolStrip toolStrip2 = new() {
TabStop
= true };
System\Windows\Forms\ToolStripDropDownTests.cs (11)
2575
TabStop
= value
2581
control.
TabStop
= value;
2586
control.
TabStop
= value;
2604
control.
TabStop
= value;
2612
control.
TabStop
= value;
2620
control.
TabStop
= value;
2633
TabStop
= true
2645
control.
TabStop
= false;
2650
control.
TabStop
= false;
2655
control.
TabStop
= true;
2661
control.
TabStop
= false;
System\Windows\Forms\ToolStripTests.cs (17)
3717
TabStop
= value
3724
control.
TabStop
= value;
3730
control.
TabStop
= !value;
3749
control.
TabStop
= value;
3758
control.
TabStop
= value;
3767
control.
TabStop
= !value;
3781
TabStop
= true
3793
control.
TabStop
= false;
3798
control.
TabStop
= false;
3803
control.
TabStop
= true;
3809
control.
TabStop
= false;
4810
using ToolStrip toolStrip = new() { RightToLeft = rightToLeft,
TabStop
= tabStop };
4831
using ToolStrip toolStrip = new() { RightToLeft = rightToLeft,
TabStop
= tabStop };
4856
using ToolStrip toolStrip = new() { RightToLeft = rightToLeft,
TabStop
= tabStop };
4877
using ToolStrip toolStrip = new() { RightToLeft = rightToLeft,
TabStop
= tabStop };
6788
TabStop
= tabStop
7291
using ToolStrip toolStrip = new() { LayoutStyle = toolStripLayoutStyle,
TabStop
= tabStop, GripStyle = gripStyle };
System.Windows.Forms.UI.IntegrationTests (1)
MenuStripTests.cs (1)
15
using MenuStrip menuStrip = new() {
TabStop
= value };
WinFormsControlsTest (7)
MenuStripAndCheckedListBox.Designer.cs (1)
79
this.menuStrip1.
TabStop
= true;
ToolStripSeparatorPreferredSize.cs (1)
53
_toolStrip1.
TabStop
= true;
ToolStripTests.Designer.cs (5)
93
this.toolStrip1.
TabStop
= true;
113
this.toolStrip2.
TabStop
= true;
125
this.toolStrip3.
TabStop
= true;
137
this.toolStrip4.
TabStop
= true;
386
this.statusStrip1.
TabStop
= true;
37 references to TabStop
System.Windows.Forms (12)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (2)
169
if (!
TabStop
&& !DesignMode && IsAccessibilityObjectCreated)
187
if (!
TabStop
&& !DesignMode && IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (9)
2056
bool forward = LastKeyData == Keys.Tab || (
TabStop
&& start is null && LastKeyData != Keys.Left);
2720
&& !
TabStop
2798
if (!hasModifiers && !
TabStop
)
3007
if (
TabStop
)
3714
SetStyle(ControlStyles.Selectable,
TabStop
);
3979
if (!DesignMode && !
TabStop
&& (Focused || ContainsFocus))
4159
if (
TabStop
)
4405
if (!
TabStop
&& !IsDropDown)
4629
if (!IsDropDown && !
TabStop
)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
191
bool canChange = !toolStrip.
TabStop
&&
System.Windows.Forms.Tests (25)
System\Windows\Forms\MenuStripTests.cs (1)
137
Assert.False(control.
TabStop
);
System\Windows\Forms\StatusStripTests.cs (1)
140
Assert.False(control.
TabStop
);
System\Windows\Forms\ToolStripDropDownTests.cs (11)
145
Assert.False(control.
TabStop
);
2577
Assert.Equal(value, control.
TabStop
);
2582
Assert.Equal(value, control.
TabStop
);
2587
Assert.Equal(value, control.
TabStop
);
2605
Assert.Equal(value, control.
TabStop
);
2613
Assert.Equal(value, control.
TabStop
);
2621
Assert.Equal(value, control.
TabStop
);
2646
Assert.False(control.
TabStop
);
2651
Assert.False(control.
TabStop
);
2656
Assert.True(control.
TabStop
);
2662
Assert.False(control.
TabStop
);
System\Windows\Forms\ToolStripTests.cs (12)
153
Assert.False(control.
TabStop
);
308
Assert.False(control.
TabStop
);
3719
Assert.Equal(value, control.
TabStop
);
3725
Assert.Equal(value, control.
TabStop
);
3731
Assert.Equal(!value, control.
TabStop
);
3750
Assert.Equal(value, control.
TabStop
);
3759
Assert.Equal(value, control.
TabStop
);
3768
Assert.Equal(!value, control.
TabStop
);
3794
Assert.False(control.
TabStop
);
3799
Assert.False(control.
TabStop
);
3804
Assert.True(control.
TabStop
);
3810
Assert.False(control.
TabStop
);