7 references to IsItemWithCheckbox
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (6)
79
if (iid == TogglePattern.Pattern &&
IsItemWithCheckbox
(_hwnd, _item))
233
&&
IsItemWithCheckbox
(_hwnd, _item))
277
if (
IsItemWithCheckbox
(_hwnd, _item) && item == 0)
296
if (
IsItemWithCheckbox
(_hwnd, _item))
325
if (
IsItemWithCheckbox
(_hwnd, _item))
337
if (
IsItemWithCheckbox
(_hwnd, _item))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
108
if (ListViewItem.
IsItemWithCheckbox
(_hwnd, _itemParent))