5 references to GridItem
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2301s_patternInfo[GridItemPatternIdentifiers.Pattern.Id] = new PatternInfo(GridItemPatternIdentifiers.Pattern.Id, new WrapObject(GridItemProviderWrapper.Wrap), PatternInterface.GridItem);
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
282case PatternInterface.GridItem:
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
374case PatternInterface.GridItem:
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
62if (patternInterface == PatternInterface.GridItem || patternInterface == PatternInterface.TableItem)
src\Framework\System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
32if (patternInterface == PatternInterface.GridItem)