5 references to Grid
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2300
s_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)
77
case PatternInterface.
Grid
:
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
88
case PatternInterface.
Grid
:
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
63
case PatternInterface.
Grid
:
src\Framework\System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
35
if (patternInterface == PatternInterface.
Grid
)