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