20 references to GetValueOwner
System.Windows.Forms (20)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ArrayElementGridEntry.cs (2)
29
object? owner =
GetValueOwner
();
35
object? owner =
GetValueOwner
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (6)
167
=>
GetValueOwner
() is IComponent component ? component : _parent?.Component;
610
public object? Instance =>
GetValueOwner
() ?? _parent?.Instance;
1153
object? owner =
GetValueOwner
();
1955
object? owner =
GetValueOwner
();
1972
object? owner =
GetValueOwner
();
2151
=> entry.SendNotification(entry.
GetValueOwner
(), notification);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
39
object? owner =
GetValueOwner
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (3)
202
object? owner = entry.
GetValueOwner
();
205
while (entry is not PropertyDescriptorGridEntry || OwnersEqual(owner, entry.
GetValueOwner
()))
220
owner = entry.
GetValueOwner
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (7)
62
object? owner =
GetValueOwner
();
195
object? value = GetPropertyValue(
GetValueOwner
());
222
SetPropertyValue(
GetValueOwner
(), value, reset: false, undoText: null);
364
object? owner = entry.
GetValueOwner
();
371
|| isValueType ? owner!.Equals(entry.
GetValueOwner
()) : owner == entry.
GetValueOwner
())
383
owner = entry.
GetValueOwner
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2200
if (_selectedGridEntry is not null && _selectedGridEntry.
GetValueOwner
() is not null)