7 references to IsItemWithCheckbox
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (6)
85
if (iid == TogglePattern.Pattern &&
IsItemWithCheckbox
(_hwnd, _item))
237
&&
IsItemWithCheckbox
(_hwnd, _item))
281
if (
IsItemWithCheckbox
(_hwnd, _item) && item == 0)
300
if (
IsItemWithCheckbox
(_hwnd, _item))
329
if (
IsItemWithCheckbox
(_hwnd, _item))
341
if (
IsItemWithCheckbox
(_hwnd, _item))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
110
if (ListViewItem.
IsItemWithCheckbox
(_hwnd, _itemParent))