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