8 references to GetPropertyOwnerForComponent
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (8)
93
if (!_descriptors[i].CanResetValue(
GetPropertyOwnerForComponent
(a, i)!))
203
object? @object = _descriptors[0].GetValue(
GetPropertyOwnerForComponent
(components, 0));
223
object? currentObject = _descriptors[i].GetValue(
GetPropertyOwnerForComponent
(components, i));
258
values[i] = _descriptors[i].GetValue(
GetPropertyOwnerForComponent
(components, i));
270
_descriptors[i].ResetValue(
GetPropertyOwnerForComponent
(array, i)!);
290
if (_descriptors[i].GetValue(
GetPropertyOwnerForComponent
(a, i)) is not IList properties)
324
_descriptors[i].SetValue(
GetPropertyOwnerForComponent
(array, i), clonedValue);
335
if (!_descriptors[i].ShouldSerializeValue(
GetPropertyOwnerForComponent
(array, i)!))