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