9 writes to PropertySort
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
234
PropertySort
= PropertySort.Categorized | PropertySort.Alphabetical;
System.Windows.Forms.Tests (7)
System\Windows\Forms\PropertyGridTests.cs (7)
2322
PropertySort
= value
2329
control.
PropertySort
= value;
2347
control.
PropertySort
= value;
2355
control.
PropertySort
= value;
4018
propertyGrid.
PropertySort
= PropertySort.Alphabetical;
4021
propertyGrid.
PropertySort
= PropertySort.Categorized;
4025
propertyGrid.
PropertySort
= PropertySort.Alphabetical;
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridTests.cs (1)
278
_propertyGrid.
PropertySort
= PropertySort.Alphabetical;
18 references to PropertySort
System.Windows.Forms.Tests (16)
System\Windows\Forms\AccessibleObjects\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObjectTests.cs (11)
83
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
89
Assert.Equal(PropertySort.Alphabetical, propertyGrid.
PropertySort
);
95
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
111
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
117
Assert.Equal(PropertySort.Alphabetical, propertyGrid.
PropertySort
);
123
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
139
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
145
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
161
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
167
Assert.Equal(PropertySort.Alphabetical, propertyGrid.
PropertySort
);
173
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
System\Windows\Forms\PropertyGridTests.cs (5)
135
Assert.Equal(PropertySort.Categorized | PropertySort.Alphabetical, control.
PropertySort
);
2325
Assert.Equal(value, control.
PropertySort
);
2330
Assert.Equal(value, control.
PropertySort
);
2348
Assert.Equal(value, control.
PropertySort
);
2356
Assert.Equal(value, control.
PropertySort
);
System.Windows.Forms.UI.IntegrationTests (2)
PropertyGridTests.cs (2)
276
_propertyGrid.
PropertySort
.Should().Be(PropertySort.CategorizedAlphabetical);
279
_propertyGrid.
PropertySort
.Should().Be(PropertySort.Alphabetical);