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