1 write to checkBoxItem
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
89
checkBoxItem
= this.GetChildren()?.OfType<CheckBoxAutomationPeer>().SingleOrDefault();
4 references to checkBoxItem
Microsoft.VisualStudio.LanguageServices (4)
Utilities\AutomationDelegatingListView.cs (4)
90
if (
checkBoxItem
!= null)
92
var toggleButton = ((CheckBox)
checkBoxItem
.Owner);
141
if (
checkBoxItem
!= null)
167
=>
checkBoxItem
?? radioButtonItem ?? (AutomationPeer?)textBlockItem;