1 instantiation of TableProviderWrapper
PresentationCore (1)
MS\Internal\Automation\TableProviderWrapper.cs (1)
114
return new
TableProviderWrapper
( peer, (ITableProvider) iface );
1 reference to TableProviderWrapper
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2394
s_patternInfo[TablePatternIdentifiers.Pattern.Id] = new PatternInfo(TablePatternIdentifiers.Pattern.Id, new WrapObject(
TableProviderWrapper
.Wrap), PatternInterface.Table);