1 instantiation of TextProviderWrapper
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\TextProviderWrapper.cs (1)
110return new TextProviderWrapper( peer, (ITextProvider) iface );
1 reference to TextProviderWrapper
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2310s_patternInfo[TextPatternIdentifiers.Pattern.Id] = new PatternInfo(TextPatternIdentifiers.Pattern.Id, new WrapObject(TextProviderWrapper.Wrap), PatternInterface.Text);