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\ListView\ListViewLabelEditAccessibleObject.cs (1)
47internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) =>
System\Windows\Forms\Controls\TreeView\TreeViewLabelEditAccessibleObject.cs (1)
36internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) =>
2 references to GetPropertyValue
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListViewLabelEditAccessibleObject.cs (1)
51_ => base.GetPropertyValue(propertyID)
System\Windows\Forms\Controls\TreeView\TreeViewLabelEditAccessibleObject.cs (1)
40_ => base.GetPropertyValue(propertyID),