5 references to Grid
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2372
s_patternInfo[GridPatternIdentifiers.Pattern.Id] = new PatternInfo(GridPatternIdentifiers.Pattern.Id, new WrapObject(GridProviderWrapper.Wrap), PatternInterface.
Grid
);
PresentationFramework (4)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
69
case PatternInterface.
Grid
:
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
83
case PatternInterface.
Grid
:
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
54
case PatternInterface.
Grid
:
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
33
if (patternInterface == PatternInterface.
Grid
)