7 references to IsItemWithCheckbox
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (6)
80
if (iid == TogglePattern.Pattern &&
IsItemWithCheckbox
(_hwnd, _item))
234
&&
IsItemWithCheckbox
(_hwnd, _item))
278
if (
IsItemWithCheckbox
(_hwnd, _item) && item == 0)
297
if (
IsItemWithCheckbox
(_hwnd, _item))
326
if (
IsItemWithCheckbox
(_hwnd, _item))
338
if (
IsItemWithCheckbox
(_hwnd, _item))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
109
if (ListViewItem.
IsItemWithCheckbox
(_hwnd, _itemParent))