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