3 writes to IsAccessible
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlTests.Properties.cs (3)
6587IsAccessible = value 6593control.IsAccessible = value; 6598control.IsAccessible = !value;
58 references to IsAccessible
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
89Assert.False(control.IsAccessible);
System.Windows.Forms.Tests (57)
System\Windows\Forms\AxHostTests.cs (2)
83Assert.False(control.IsAccessible); 177Assert.False(control.IsAccessible);
System\Windows\Forms\ButtonBaseTests.cs (1)
80Assert.False(control.IsAccessible);
System\Windows\Forms\ButtonTests.cs (1)
83Assert.False(control.IsAccessible);
System\Windows\Forms\CheckBoxTests.cs (1)
84Assert.False(control.IsAccessible);
System\Windows\Forms\ComboBoxTests.cs (1)
91Assert.False(control.IsAccessible);
System\Windows\Forms\ContainerControlTests.cs (1)
89Assert.False(control.IsAccessible);
System\Windows\Forms\ControlTests.cs (5)
67Assert.False(control.IsAccessible); 156Assert.False(control.IsAccessible); 252Assert.False(control.IsAccessible); 348Assert.False(control.IsAccessible); 444Assert.False(control.IsAccessible);
System\Windows\Forms\ControlTests.Properties.cs (3)
6589Assert.Equal(value, control.IsAccessible); 6594Assert.Equal(value, control.IsAccessible); 6599Assert.Equal(!value, control.IsAccessible);
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
82Assert.False(control.IsAccessible);
System\Windows\Forms\DateTimePickerTests.cs (1)
84Assert.False(control.IsAccessible);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
105Assert.False(control.IsAccessible);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
88Assert.False(control.IsAccessible);
System\Windows\Forms\DomainUpDownTests.cs (1)
110_sub.IsAccessible.Should().BeFalse();
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
83Assert.False(control.IsAccessible);
System\Windows\Forms\FormTests.cs (1)
107Assert.False(control.IsAccessible);
System\Windows\Forms\GroupBoxTests.cs (1)
71Assert.False(control.IsAccessible);
System\Windows\Forms\HScrollBarTests.cs (1)
78Assert.False(control.IsAccessible);
System\Windows\Forms\LabelTests.cs (1)
76Assert.False(control.IsAccessible);
System\Windows\Forms\ListBoxTests.cs (1)
84Assert.False(control.IsAccessible);
System\Windows\Forms\ListControlTests.cs (1)
77Assert.False(control.IsAccessible);
System\Windows\Forms\ListViewTests.cs (1)
97Assert.False(control.IsAccessible);
System\Windows\Forms\MdiClientTests.cs (1)
55Assert.False(control.IsAccessible);
System\Windows\Forms\MenuStripTests.cs (1)
95Assert.False(control.IsAccessible);
System\Windows\Forms\MonthCalendarTests.cs (1)
88Assert.False(control.IsAccessible);
System\Windows\Forms\PanelTests.cs (1)
83Assert.False(control.IsAccessible);
System\Windows\Forms\PictureBoxTests.cs (1)
78Assert.False(control.IsAccessible);
System\Windows\Forms\ProgressBarTests.cs (1)
68Assert.False(control.IsAccessible);
System\Windows\Forms\PropertyGridTests.cs (1)
116Assert.False(control.IsAccessible);
System\Windows\Forms\RadioButtonTests.cs (1)
83Assert.False(control.IsAccessible);
System\Windows\Forms\RichTextBoxTests.cs (1)
88Assert.False(control.IsAccessible);
System\Windows\Forms\ScrollableControlTests.cs (1)
82Assert.False(control.IsAccessible);
System\Windows\Forms\ScrollBarTests.cs (1)
68Assert.False(control.IsAccessible);
System\Windows\Forms\SplitterPanelTests.cs (1)
73Assert.False(control.IsAccessible);
System\Windows\Forms\SplitterTests.cs (1)
69Assert.False(control.IsAccessible);
System\Windows\Forms\StatusStripTests.cs (1)
95Assert.False(control.IsAccessible);
System\Windows\Forms\TabControlTests.cs (1)
73Assert.False(control.IsAccessible);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
89Assert.False(control.IsAccessible);
System\Windows\Forms\TabPageTests.cs (2)
88Assert.False(control.IsAccessible); 197Assert.False(control.IsAccessible);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
85Assert.False(control.IsAccessible);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
100Assert.False(control.IsAccessible);
System\Windows\Forms\ToolStripPanelTests.cs (1)
85Assert.False(control.IsAccessible);
System\Windows\Forms\ToolStripTests.cs (2)
113Assert.False(control.IsAccessible); 267Assert.False(control.IsAccessible);
System\Windows\Forms\TreeViewTests.cs (1)
79Assert.False(control.IsAccessible);
System\Windows\Forms\UpDownBaseTests.cs (1)
97Assert.False(control.IsAccessible);
System\Windows\Forms\UserControlTests.cs (1)
89Assert.False(control.IsAccessible);
System\Windows\Forms\VScrollBarTests.cs (1)
77Assert.False(control.IsAccessible);
TextBoxTests.cs (1)
76Assert.False(control.IsAccessible);
TrackBarTests.cs (1)
70Assert.False(control.IsAccessible);