7 references to IsItemWithCheckbox
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (6)
92
if (iid == TogglePattern.Pattern &&
IsItemWithCheckbox
(_hwnd, _item))
244
&&
IsItemWithCheckbox
(_hwnd, _item))
288
if (
IsItemWithCheckbox
(_hwnd, _item) && item == 0)
307
if (
IsItemWithCheckbox
(_hwnd, _item))
336
if (
IsItemWithCheckbox
(_hwnd, _item))
348
if (
IsItemWithCheckbox
(_hwnd, _item))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
117
if (ListViewItem.
IsItemWithCheckbox
(_hwnd, _itemParent))