10 references to CategorizedAlphabetical
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
828[DefaultValue(PropertySort.CategorizedAlphabetical)]
System.Windows.Forms.Tests (8)
System\Windows\Forms\AccessibleObjects\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObjectTests.cs (8)
83Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 95Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 111Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 123Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 139Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 145Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 161Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 173Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort);
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridTests.cs (1)
276_propertyGrid.PropertySort.Should().Be(PropertySort.CategorizedAlphabetical);