5 references to GridItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2373
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)
272
case PatternInterface.
GridItem
:
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
357
case PatternInterface.
GridItem
:
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
53
if (patternInterface == PatternInterface.
GridItem
|| patternInterface == PatternInterface.TableItem)
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
29
if (patternInterface == PatternInterface.
GridItem
)