3 references to UIA_TableItemPatternId
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
3416else if (patternId == NativeMethods.UIA_TableItemPatternId) {
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
5557return IsPatternSupported(NativeMethods.UIA_TableItemPatternId); 5577if ((patternId == NativeMethods.UIA_TableItemPatternId ||