5 references to Grid
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2388
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)
76
case PatternInterface.
Grid
:
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
89
case PatternInterface.
Grid
:
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
67
case PatternInterface.
Grid
:
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
34
if (patternInterface == PatternInterface.
Grid
)