4 references to TableItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2382s_patternInfo[TableItemPatternIdentifiers.Pattern.Id] = new PatternInfo(TableItemPatternIdentifiers.Pattern.Id, new WrapObject(TableItemProviderWrapper.Wrap), PatternInterface.TableItem);
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
274case PatternInterface.TableItem:
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
366case PatternInterface.TableItem:
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
54if (patternInterface == PatternInterface.GridItem || patternInterface == PatternInterface.TableItem)