8 references to GetPropertyOwnerForComponent
System.Windows.Forms (8)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (8)
159if (!descriptors[i].CanResetValue(GetPropertyOwnerForComponent(a, i))) { 282object obj = descriptors[0].GetValue(GetPropertyOwnerForComponent(components, 0)); 297object objCur = descriptors[i].GetValue(GetPropertyOwnerForComponent(components, i)); 327values[i] = descriptors[i].GetValue(GetPropertyOwnerForComponent(components, i)); 346descriptors[i].ResetValue(GetPropertyOwnerForComponent(a, i)); 363IList propList = descriptors[i].GetValue(GetPropertyOwnerForComponent(a, i)) as IList; 399descriptors[i].SetValue(GetPropertyOwnerForComponent(a, i), clonedValue); 417if (!descriptors[i].ShouldSerializeValue(GetPropertyOwnerForComponent(a, i))) {