23 references to GetValueOwner
System.Windows.Forms (23)
winforms\Managed\System\WinForms\PropertyGridInternal\ArrayElementGridEntry.cs (2)
64
object owner =
GetValueOwner
();
69
object owner =
GetValueOwner
();
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (7)
269
object owner =
GetValueOwner
();
753
object owner =
GetValueOwner
();
1363
object owner =
GetValueOwner
();
1459
object owner =
GetValueOwner
();
2261
ComponentChangeService.OnComponentChanging(
GetValueOwner
(), PropertyDescriptor);
2275
ComponentChangeService.OnComponentChanged(
GetValueOwner
(), PropertyDescriptor, null, null);
2519
return pe.NotifyValueGivenParent(pe.
GetValueOwner
(),type);
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
53
object owner =
GetValueOwner
();
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (3)
190
object owner = ge.
GetValueOwner
();
193
while (!(ge is PropertyDescriptorGridEntry) || OwnersEqual(owner, ge.
GetValueOwner
())) {
202
owner = ge.
GetValueOwner
();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (7)
107
object owner =
GetValueOwner
();
306
object objRet = GetPropertyValueCore(
GetValueOwner
());
327
SetPropertyValue(
GetValueOwner
(), value, false, null);
481
object owner = ge.
GetValueOwner
();
490
|| isValueType ? owner.Equals(ge.
GetValueOwner
()) : owner == ge.
GetValueOwner
()) {
499
owner = ge.
GetValueOwner
();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
2438
if (selectedGridEntry != null && selectedGridEntry.
GetValueOwner
() != null) {
4124
object oldObject = topLevelGridEntries == null || topLevelGridEntries.Count == 0 ? null : ((GridEntry)topLevelGridEntries[0]).
GetValueOwner
();
4161
object newObject = topLevelGridEntries == null || topLevelGridEntries.Count == 0 ? null : ((GridEntry)topLevelGridEntries[0]).
GetValueOwner
();