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