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