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