2 instantiations of StubPropertyDescriptor
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewComboBoxCellTests.cs (2)
201
StubPropertyDescriptor prop =
new
("Name", typeof(string));
338
StubPropertyDescriptor prop =
new
("Id", typeof(string));
2 references to StubPropertyDescriptor
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewComboBoxCellTests.cs (2)
201
StubPropertyDescriptor
prop = new("Name", typeof(string));
338
StubPropertyDescriptor
prop = new("Id", typeof(string));