1 write to _host
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ToolStripControlHost.ToolStripHostedControlAccessibleObjectTests.cs (1)
22_host = new ToolStripControlHost(_textBox);
5 references to _host
System.Windows.Forms.Tests (5)
System\Windows\Forms\AccessibleObjects\ToolStripControlHost.ToolStripHostedControlAccessibleObjectTests.cs (5)
23_toolStrip.Items.Add(_host); 28_host.Dispose(); 55new(_textBox, _host); 112new(_textBox, _host); 114_host.AccessibilityObject.FragmentNavigate(NavigateDirection.NavigateDirection_Parent);