3 writes to IsAccessible
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlTests.Properties.cs (3)
6589IsAccessible = value 6595control.IsAccessible = value; 6600control.IsAccessible = !value;
58 references to IsAccessible
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
91Assert.False(control.IsAccessible);
System.Windows.Forms.Tests (57)
System\Windows\Forms\AxHostTests.cs (2)
85Assert.False(control.IsAccessible); 179Assert.False(control.IsAccessible);
System\Windows\Forms\ButtonBaseTests.cs (1)
82Assert.False(control.IsAccessible);
System\Windows\Forms\ButtonTests.cs (1)
85Assert.False(control.IsAccessible);
System\Windows\Forms\CheckBoxTests.cs (1)
86Assert.False(control.IsAccessible);
System\Windows\Forms\ComboBoxTests.cs (1)
93Assert.False(control.IsAccessible);
System\Windows\Forms\ContainerControlTests.cs (1)
91Assert.False(control.IsAccessible);
System\Windows\Forms\ControlTests.cs (5)
69Assert.False(control.IsAccessible); 158Assert.False(control.IsAccessible); 254Assert.False(control.IsAccessible); 350Assert.False(control.IsAccessible); 446Assert.False(control.IsAccessible);
System\Windows\Forms\ControlTests.Properties.cs (3)
6591Assert.Equal(value, control.IsAccessible); 6596Assert.Equal(value, control.IsAccessible); 6601Assert.Equal(!value, control.IsAccessible);
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
84Assert.False(control.IsAccessible);
System\Windows\Forms\DateTimePickerTests.cs (1)
86Assert.False(control.IsAccessible);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
107Assert.False(control.IsAccessible);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
90Assert.False(control.IsAccessible);
System\Windows\Forms\DomainUpDownTests.cs (1)
112_sub.IsAccessible.Should().BeFalse();
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
85Assert.False(control.IsAccessible);
System\Windows\Forms\FormTests.cs (1)
109Assert.False(control.IsAccessible);
System\Windows\Forms\GroupBoxTests.cs (1)
73Assert.False(control.IsAccessible);
System\Windows\Forms\HScrollBarTests.cs (1)
80Assert.False(control.IsAccessible);
System\Windows\Forms\LabelTests.cs (1)
78Assert.False(control.IsAccessible);
System\Windows\Forms\ListBoxTests.cs (1)
86Assert.False(control.IsAccessible);
System\Windows\Forms\ListControlTests.cs (1)
79Assert.False(control.IsAccessible);
System\Windows\Forms\ListViewTests.cs (1)
99Assert.False(control.IsAccessible);
System\Windows\Forms\MdiClientTests.cs (1)
57Assert.False(control.IsAccessible);
System\Windows\Forms\MenuStripTests.cs (1)
97Assert.False(control.IsAccessible);
System\Windows\Forms\MonthCalendarTests.cs (1)
90Assert.False(control.IsAccessible);
System\Windows\Forms\PanelTests.cs (1)
85Assert.False(control.IsAccessible);
System\Windows\Forms\PictureBoxTests.cs (1)
80Assert.False(control.IsAccessible);
System\Windows\Forms\ProgressBarTests.cs (1)
70Assert.False(control.IsAccessible);
System\Windows\Forms\PropertyGridTests.cs (1)
118Assert.False(control.IsAccessible);
System\Windows\Forms\RadioButtonTests.cs (1)
85Assert.False(control.IsAccessible);
System\Windows\Forms\RichTextBoxTests.cs (1)
90Assert.False(control.IsAccessible);
System\Windows\Forms\ScrollableControlTests.cs (1)
84Assert.False(control.IsAccessible);
System\Windows\Forms\ScrollBarTests.cs (1)
70Assert.False(control.IsAccessible);
System\Windows\Forms\SplitterPanelTests.cs (1)
75Assert.False(control.IsAccessible);
System\Windows\Forms\SplitterTests.cs (1)
71Assert.False(control.IsAccessible);
System\Windows\Forms\StatusStripTests.cs (1)
97Assert.False(control.IsAccessible);
System\Windows\Forms\TabControlTests.cs (1)
75Assert.False(control.IsAccessible);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
91Assert.False(control.IsAccessible);
System\Windows\Forms\TabPageTests.cs (2)
90Assert.False(control.IsAccessible); 199Assert.False(control.IsAccessible);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
87Assert.False(control.IsAccessible);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
102Assert.False(control.IsAccessible);
System\Windows\Forms\ToolStripPanelTests.cs (1)
87Assert.False(control.IsAccessible);
System\Windows\Forms\ToolStripTests.cs (2)
115Assert.False(control.IsAccessible); 269Assert.False(control.IsAccessible);
System\Windows\Forms\TreeViewTests.cs (1)
81Assert.False(control.IsAccessible);
System\Windows\Forms\UpDownBaseTests.cs (1)
99Assert.False(control.IsAccessible);
System\Windows\Forms\UserControlTests.cs (1)
91Assert.False(control.IsAccessible);
System\Windows\Forms\VScrollBarTests.cs (1)
79Assert.False(control.IsAccessible);
TextBoxTests.cs (1)
78Assert.False(control.IsAccessible);
TrackBarTests.cs (1)
72Assert.False(control.IsAccessible);