1 instantiation of PropertyGridViewTestAccessor
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridInternal\TestAccessors.PropertyGridViewTestAccessor.cs (1)
23
internal PropertyGridViewTestAccessor TestAccessor =>
new
(propertyGridView);
2 references to PropertyGridViewTestAccessor
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridInternal\TestAccessors.PropertyGridViewTestAccessor.cs (1)
23
internal
PropertyGridViewTestAccessor
TestAccessor => new(propertyGridView);
System\Windows\Forms\PropertyGridTests.cs (1)
4002
var
gridViewAccessor = propertyGridView.TestAccessor;