3 references to CheckBoxes
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1555return CheckBoxes (_hwnd) ? new int [] { NativeMethods.EventObjectNameChange, NativeMethods.EventObjectStateChange } : new int [] { NativeMethods.EventObjectNameChange }; 1965else if (eventId == NativeMethods.EventObjectStateChange && CheckBoxes(hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
725if (!WindowsListView.CheckBoxes (hwnd))