2 references to TVM_GETITEMSTATE
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
540
return Misc.ProxySendMessageInt(hwnd, NativeMethods.
TVM_GETITEMSTATE
, treeItem, new IntPtr(stateMask));
1297
int selected = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
TVM_GETITEMSTATE
, _hItem, new IntPtr(NativeMethods.TVIS_SELECTED));