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