4 references to TableItem
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2307
s_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)
283
case PatternInterface.
TableItem
:
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
382
case PatternInterface.
TableItem
:
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
62
if (patternInterface == PatternInterface.GridItem || patternInterface == PatternInterface.
TableItem
)