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