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