1 instantiation of GridProviderWrapper
PresentationCore (1)
MS\Internal\Automation\GridProviderWrapper.cs (1)
96
return new
GridProviderWrapper
( peer, (IGridProvider) iface );
1 reference to GridProviderWrapper
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2388
s_patternInfo[GridPatternIdentifiers.Pattern.Id] = new PatternInfo(GridPatternIdentifiers.Pattern.Id, new WrapObject(
GridProviderWrapper
.Wrap), PatternInterface.Grid);