8 references to InvisibleItemState
System.Windows.Forms.Tests (8)
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxItemAccessibleObjectTests.cs (8)
521Assert.Equal(InvisibleItemState, comboBoxItem1.State); // comboBoxItem1 above the visible area 523Assert.Equal(InvisibleItemState, comboBoxItem3.State); // comboBoxItem3 below the visible area 540Assert.Equal(InvisibleItemState, comboBoxItem1.State); // comboBoxItem1 above the visible area 542Assert.Equal(InvisibleItemState, comboBoxItem3.State); // comboBoxItem3 below the visible area 557Assert.Equal(InvisibleItemState, comboBoxItem1.State); 558Assert.Equal(InvisibleItemState, comboBoxItem2.State); 575Assert.Equal(InvisibleItemState, comboBoxItem1.State); // comboBoxItem1 above the visible area 577Assert.Equal(InvisibleItemState, comboBoxItem3.State); // comboBoxItem3 below the visible area