Base:
method
GetPropertyValue
System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.GetPropertyValue(Windows.Win32.UI.Accessibility.UIA_PROPERTY_ID)
2 references to GetPropertyValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.ToolStripSplitButtonUiaProvider.cs (1)
24
=> _accessibleObject.
GetPropertyValue
(propertyID);
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ToolStripSplitButton.ToolStripSplitButtonExAccessibleObjectTests.cs (1)
26
Assert.Equal(UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId, (UIA_CONTROLTYPE_ID)(int)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_ControlTypePropertyId));