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