5 references to GridItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2389
s_patternInfo[GridItemPatternIdentifiers.Pattern.Id] = new PatternInfo(GridItemPatternIdentifiers.Pattern.Id, new WrapObject(GridItemProviderWrapper.Wrap), PatternInterface.
GridItem
);
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
279
case PatternInterface.
GridItem
:
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
365
case PatternInterface.
GridItem
:
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
65
if (patternInterface == PatternInterface.
GridItem
|| patternInterface == PatternInterface.TableItem)
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
30
if (patternInterface == PatternInterface.
GridItem
)