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