2 types derived from PropertyDescriptorGridEntry
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
20
internal sealed class ImmutablePropertyDescriptorGridEntry :
PropertyDescriptorGridEntry
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
9
internal sealed class MultiPropertyDescriptorGridEntry :
PropertyDescriptorGridEntry
1 instantiation of PropertyDescriptorGridEntry
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1387
: new
PropertyDescriptorGridEntry
(OwnerGrid, this, property, hide);
21 references to PropertyDescriptorGridEntry
System.Windows.Forms (21)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2364
if (_gridView.SelectedGridEntry is
PropertyDescriptorGridEntry
selectedEntry
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAccessibleObject.cs (1)
6
using static System.Windows.Forms.PropertyGridInternal.
PropertyDescriptorGridEntry
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
198
while (entry is
PropertyDescriptorGridEntry
propertyEntry &&
205
while (entry is not
PropertyDescriptorGridEntry
|| OwnersEqual(owner, entry.GetValueOwner()))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
360
while (entry is
PropertyDescriptorGridEntry
propertyEntry &&
370
while (entry is not
PropertyDescriptorGridEntry
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (10)
13
public PropertyDescriptorGridEntryAccessibleObject(
PropertyDescriptorGridEntry
owner) : base(owner)
19
&& this.TryGetOwnerAs(out
PropertyDescriptorGridEntry
? owner)
29
if (!this.TryGetOwnerAs(out
PropertyDescriptorGridEntry
? owner))
100
if (!this.TryGetOwnerAs(out
PropertyDescriptorGridEntry
? owner))
165
if (!this.TryGetOwnerAs(out
PropertyDescriptorGridEntry
? owner))
263
=> (VARIANT)(this.TryGetOwnerAs(out
PropertyDescriptorGridEntry
? owner) && !owner.IsPropertyReadOnly),
276
this.TryGetOwnerAs(out
PropertyDescriptorGridEntry
? owner)
285
|| !this.TryGetOwnerAs(out
PropertyDescriptorGridEntry
? owner))
308
if (!this.TryGetOwnerAs(out
PropertyDescriptorGridEntry
? owner))
329
if (!this.TryGetOwnerAs(out
PropertyDescriptorGridEntry
? owner))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (2)
178
private static InstanceCreationEditor? GetInstanceCreationEditor(
PropertyDescriptorGridEntry
? entry)
560
? GetInstanceCreationEditor(_gridView.SelectedGridEntry as
PropertyDescriptorGridEntry
)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.DropDownHolderAccessibleObject.cs (1)
5
using static System.Windows.Forms.PropertyGridInternal.
PropertyDescriptorGridEntry
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.GridViewTextBoxAccessibleObject.cs (2)
6
using static System.Windows.Forms.PropertyGridInternal.
PropertyDescriptorGridEntry
;
108
|| owner.PropertyGridView.SelectedGridEntry is not
PropertyDescriptorGridEntry
propertyDescriptorGridEntry