3 writes to pszText
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2391nativeItem.pszText = new IntPtr(item.pszText); 2442nativeItem.pszText = IntPtr.Zero;
MS\Win32\NativeMethods.cs (1)
1668pszText = IntPtr.Zero;
2 references to pszText
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1036return GetTextWithinStructure(hwnd, NativeMethods.TVM_GETITEMW, IntPtr.Zero, new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.cchTextMax); 2425pszText = (long)item.pszText;