4 references to UIA_ValueValuePropertyId
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
645UIA_PROPERTY_ID.UIA_ValueValuePropertyId => !string.IsNullOrEmpty(Value) ? (VARIANT)Value : VARIANT.Empty,
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1150UIA_PROPERTY_ID.UIA_ValueValuePropertyId,
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1548AccessibilityObject.RaiseAutomationPropertyChangedEvent(UIA_PROPERTY_ID.UIA_ValueValuePropertyId, textVariant, textVariant);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
983AccessibilityObject.RaiseAutomationPropertyChangedEvent(UIA_PROPERTY_ID.UIA_ValueValuePropertyId, nameVariant, nameVariant);