1 write to _textBox
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ToolStripControlHost.ToolStripHostedControlAccessibleObjectTests.cs (1)
21
_textBox
= new TextBox();
16 references to _textBox
System.Windows.Forms.Tests (16)
System\Windows\Forms\AccessibleObjects\ToolStripControlHost.ToolStripHostedControlAccessibleObjectTests.cs (16)
22
_host = new ToolStripControlHost(
_textBox
);
29
_textBox
.Dispose();
55
new(
_textBox
, _host);
65
new(
_textBox
, null);
68
fragmentRoot.Should().Be(
_textBox
.AccessibilityObject.FragmentRoot);
75
new(
_textBox
, null);
79
IRawElementProviderFragment.Interface expected =
_textBox
.AccessibilityObject.FragmentNavigate(direction);
89
new(
_textBox
, null);
100
new(
_textBox
, null);
103
value.Should().Be(
_textBox
.AccessibilityObject.GetPropertyValue((UIA_PROPERTY_ID)99999));
112
new(
_textBox
, _host);
125
new(
_textBox
, null);
129
_textBox
.AccessibilityObject.FragmentNavigate(NavigateDirection.NavigateDirection_FirstChild);
140
new(
_textBox
, null);
150
new(
_textBox
, null);
151
bool expected =
_textBox
.AccessibilityObject.IsPatternSupported((UIA_PATTERN_ID)99999);