2 references to TVM_EXPAND
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
422
return Misc.ProxySendMessageInt(hwnd, NativeMethods.
TVM_EXPAND
, new IntPtr(NativeMethods.TVE_EXPAND), treeItem) != 0;
428
return Misc.ProxySendMessageInt(hwnd, NativeMethods.
TVM_EXPAND
, new IntPtr(NativeMethods.TVE_COLLAPSE), treeItem) != 0;