5 references to UIA_LocalizedControlTypePropertyId
System.Windows.Forms (2)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.DateTimePickerAccessibleObject.cs (1)
79
UIA_PROPERTY_ID.
UIA_LocalizedControlTypePropertyId
when this.GetOwnerAccessibleRole() == AccessibleRole.Default
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.CategoryGridEntryAccessibleObject.cs (1)
94
UIA_PROPERTY_ID.
UIA_LocalizedControlTypePropertyId
=> (VARIANT)SR.CategoryPropertyGridLocalizedControlType,
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\CategoryGridEntryAccessibleObjectTests.cs (1)
159
Assert.Equal(expected, ((BSTR)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_LocalizedControlTypePropertyId
)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\DateTimePicker.DateTimePickerAccessibleObjectTests.cs (2)
55
string actual = ((BSTR)dateTimePicker.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_LocalizedControlTypePropertyId
)).ToStringAndFree();
98
VARIANT actual = dateTimePicker.AccessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_LocalizedControlTypePropertyId
);