3 references to new
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.CategoryGridEntryAccessibleObject.cs (1)
20
public CategoryGridEntryAccessibleObject(CategoryGridEntry owningCategoryGridEntry) :
base
(owningCategoryGridEntry)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
117
protected virtual GridEntryAccessibleObject GetAccessibilityObject() =>
new
(this);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (1)
13
public PropertyDescriptorGridEntryAccessibleObject(PropertyDescriptorGridEntry owner) :
base
(owner)