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