Base:
method
GetPropertyValue
System.Windows.Forms.MonthCalendar.MonthCalendarChildAccessibleObject.GetPropertyValue(Windows.Win32.UI.Accessibility.UIA_PROPERTY_ID)
1 override of GetPropertyValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarCellAccessibleObject.cs (1)
133
internal override VARIANT
GetPropertyValue
(UIA_PROPERTY_ID propertyID)
3 references to GetPropertyValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarCellAccessibleObject.cs (1)
138
_ => base.
GetPropertyValue
(propertyID)
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarButtonAccessibleObjectTests.cs (2)
45
Assert.Equal(SR.AccessibleActionClick, ((BSTR)buttonAccessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_LegacyIAccessibleDefaultActionPropertyId)).ToStringAndFree());
56
UIA_CONTROLTYPE_ID actual = (UIA_CONTROLTYPE_ID)(int)buttonAccessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_ControlTypePropertyId);