6 references to PopupEditor
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (1)
294propertyGridView.PopupEditor(row);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
1212PopupEditor(_selectedRow); 1218PopupEditor(_selectedRow); 2154PopupEditor(_selectedRow);
System\Windows\Forms\Design\IWindowsFormsEditorService.cs (1)
26/// <see cref="PropertyGridView.PopupEditor(int)"/> calls <see cref="GridEntry.EditPropertyValue(PropertyGridView)"/>
System.Windows.Forms.TestUtilities (1)
PropertyGridInternal\SubPropertyGrid.cs (1)
67GridView.PopupEditor(GridView.TestAccessor().Dynamic._selectedRow);