8 references to InvisibleItemState
System.Windows.Forms.Tests (8)
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxItemAccessibleObjectTests.cs (8)
523Assert.Equal(InvisibleItemState, comboBoxItem1.State); // comboBoxItem1 above the visible area 525Assert.Equal(InvisibleItemState, comboBoxItem3.State); // comboBoxItem3 below the visible area 542Assert.Equal(InvisibleItemState, comboBoxItem1.State); // comboBoxItem1 above the visible area 544Assert.Equal(InvisibleItemState, comboBoxItem3.State); // comboBoxItem3 below the visible area 559Assert.Equal(InvisibleItemState, comboBoxItem1.State); 560Assert.Equal(InvisibleItemState, comboBoxItem2.State); 577Assert.Equal(InvisibleItemState, comboBoxItem1.State); // comboBoxItem1 above the visible area 579Assert.Equal(InvisibleItemState, comboBoxItem3.State); // comboBoxItem3 below the visible area