11 references to UIA_ValuePatternId
System.Windows.Forms (11)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
3404
else if (patternId == NativeMethods.
UIA_ValuePatternId
) {
winforms\Managed\System\WinForms\ComboBox.cs (2)
4521
if (patternId == NativeMethods.
UIA_ValuePatternId
) {
4564
return (object)this.IsPatternSupported(NativeMethods.
UIA_ValuePatternId
);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5572
patternId.Equals(NativeMethods.
UIA_ValuePatternId
)))
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
434
if (patternId == NativeMethods.
UIA_ValuePatternId
)
winforms\Managed\System\WinForms\ProgressBar.cs (1)
938
if (patternId == NativeMethods.
UIA_ValuePatternId
||
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
1128
patternId == NativeMethods.
UIA_ValuePatternId
||
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
6998
return IsPatternSupported(NativeMethods.
UIA_ValuePatternId
);
7014
if (patternId == NativeMethods.
UIA_ValuePatternId
) {
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
818
patternId == NativeMethods.
UIA_ValuePatternId
) {
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
946
if (patternId == NativeMethods.
UIA_ValuePatternId
) {