2 references to TextBlockAutomationPeer
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\TextBlockWithDataItemControlType.cs (1)
19
public TextBlockWithDataItemControlTypeAutomationPeer(TextBlock owner) :
base
(owner)
PresentationFramework (1)
System\Windows\Controls\TextBlock.cs (1)
1882
return new
TextBlockAutomationPeer
(this);