1 instantiation of TextBlockAutomationPeer
PresentationFramework (1)
System\Windows\Controls\TextBlock.cs (1)
1901
return new
TextBlockAutomationPeer
(this);
2 references to TextBlockAutomationPeer
Microsoft.VisualStudio.LanguageServices (2)
Utilities\AutomationDelegatingListView.cs (2)
84
private readonly
TextBlockAutomationPeer
? textBlockItem;
107
textBlockItem = this.GetChildren()?.OfType<
TextBlockAutomationPeer
>().FirstOrDefault();