4 references to TableItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2395
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)
280
case PatternInterface.
TableItem
:
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
373
case PatternInterface.
TableItem
:
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
65
if (patternInterface == PatternInterface.GridItem || patternInterface == PatternInterface.
TableItem
)