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