7 references to PropertyDescriptorGridEntry
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1381
: new
PropertyDescriptorGridEntry
(OwnerGrid, this, property, hide);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
27
:
base
(ownerGrid, parent, propertyInfo, hide)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
20
:
base
(
System.Windows.Forms.Tests (4)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (3)
174
:
base
(ownerGrid, parent, new CustomPropertyDescriptor("Test", Array.Empty<Attribute>()), hide)
210
:
base
(ownerGrid, parent, propertyDescriptor, hide)
220
:
base
(ownerGrid, parent, propertyDescriptor, hide)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyGridView.DropDownHolder.DropDownHolderAccessibleObjectTests.cs (1)
56
PropertyDescriptorGridEntry gridEntry =
new
(propertyGrid, null, property, false);