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