2 references to NoCheckbox
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
725return (CheckState.NoCheckbox != (CheckState) WindowsListView.GetCheckedState (hwnd, item));
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
219case ListViewItem.CheckState.NoCheckbox :