5 references to GridItem
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2301
s_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)
282
case PatternInterface.
GridItem
:
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
374
case PatternInterface.
GridItem
:
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
62
if (patternInterface == PatternInterface.
GridItem
|| patternInterface == PatternInterface.TableItem)
src\Framework\System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
32
if (patternInterface == PatternInterface.
GridItem
)