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