4 references to TVIS_SELECTED
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsTreeView.cs (4)
1297
int selected = Misc.ProxySendMessageInt(_hwnd, NativeMethods.TVM_GETITEMSTATE, _hItem, new IntPtr(NativeMethods.
TVIS_SELECTED
));
1299
return Misc.IsBitSet(selected, NativeMethods.
TVIS_SELECTED
);
1496
int selected = WindowsTreeView.GetItemState(_hwnd, _hItem, NativeMethods.
TVIS_SELECTED
);
1498
if (Misc.IsBitSet(selected, NativeMethods.
TVIS_SELECTED
))