1 write to textBlockItem
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
107textBlockItem = this.GetChildren()?.OfType<TextBlockAutomationPeer>().FirstOrDefault();
1 reference to textBlockItem
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
167=> checkBoxItem ?? radioButtonItem ?? (AutomationPeer?)textBlockItem;