7 references to IsItemWithCheckbox
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (6)
84
if (iid == TogglePattern.Pattern &&
IsItemWithCheckbox
(_hwnd, _item))
236
&&
IsItemWithCheckbox
(_hwnd, _item))
280
if (
IsItemWithCheckbox
(_hwnd, _item) && item == 0)
299
if (
IsItemWithCheckbox
(_hwnd, _item))
328
if (
IsItemWithCheckbox
(_hwnd, _item))
340
if (
IsItemWithCheckbox
(_hwnd, _item))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
109
if (ListViewItem.
IsItemWithCheckbox
(_hwnd, _itemParent))