2 references to PropertyDescriptorGridEntry
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1647newEntry = new PropertyDescriptorGridEntry(this.ownerGrid, peParent, pd, hide);
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
34: base(ownerGrid, peParent, propInfo, hide) {