1 type derived from TextBlockAutomationPeer
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\TextBlockWithDataItemControlType.cs (1)
17private sealed class TextBlockWithDataItemControlTypeAutomationPeer : TextBlockAutomationPeer
1 instantiation of TextBlockAutomationPeer
PresentationFramework (1)
System\Windows\Controls\TextBlock.cs (1)
1882return 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();