1 instantiation of ImmutablePropertyDescriptorGridEntry
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1643
newEntry = new
ImmutablePropertyDescriptorGridEntry
(this.ownerGrid, peParent, pd, hide);
1 reference to ImmutablePropertyDescriptorGridEntry
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
116
else if (this is
ImmutablePropertyDescriptorGridEntry
) {