Base:
method
GetPropertyValue
System.Windows.Forms.AccessibleObject.GetPropertyValue(Windows.Win32.UI.Accessibility.UIA_PROPERTY_ID)
2 overrides of GetPropertyValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.CategoryGridEntryAccessibleObject.cs (1)
89
internal override VARIANT
GetPropertyValue
(UIA_PROPERTY_ID propertyID) => propertyID switch
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (1)
259
internal override VARIANT
GetPropertyValue
(UIA_PROPERTY_ID propertyID) =>
2 references to GetPropertyValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.CategoryGridEntryAccessibleObject.cs (1)
95
_ => base.
GetPropertyValue
(propertyID),
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (1)
266
_ => base.
GetPropertyValue
(propertyID)