Base:
method
GetPropertyValue
System.Windows.Forms.AccessibleObject.GetPropertyValue(Windows.Win32.UI.Accessibility.UIA_PROPERTY_ID)
1 override of GetPropertyValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxItemAccessibleObject.cs (1)
45internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID)
2 references to GetPropertyValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxItemAccessibleObject.cs (1)
49_ => base.GetPropertyValue(propertyID)
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ListBox.ListBoxItemAccessibleObjectTests.cs (1)
158VARIANT result = accessibleObject.GetPropertyValue((UIA_PROPERTY_ID)propertyId);