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