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