5 references to Grid
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2300s_patternInfo[GridPatternIdentifiers.Pattern.Id] = new PatternInfo(GridPatternIdentifiers.Pattern.Id, new WrapObject(GridProviderWrapper.Wrap), PatternInterface.Grid);
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
77case PatternInterface.Grid:
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
88case PatternInterface.Grid:
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
63case PatternInterface.Grid:
src\Framework\System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
35if (patternInterface == PatternInterface.Grid)