1 instantiation of GridProviderWrapper
PresentationCore (1)
MS\Internal\Automation\GridProviderWrapper.cs (1)
96return new GridProviderWrapper( peer, (IGridProvider) iface );
1 reference to GridProviderWrapper
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);