4 references to TableItem
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2307s_patternInfo[TableItemPatternIdentifiers.Pattern.Id] = new PatternInfo(TableItemPatternIdentifiers.Pattern.Id, new WrapObject(TableItemProviderWrapper.Wrap), PatternInterface.TableItem);
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
283case PatternInterface.TableItem:
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
382case PatternInterface.TableItem:
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
62if (patternInterface == PatternInterface.GridItem || patternInterface == PatternInterface.TableItem)