4 writes to pszText
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1588nativeItem.pszText = new IntPtr(item.pszText); 1630nativeItem.pszText = IntPtr.Zero;
MS\Win32\NativeMethods.cs (2)
1834pszText = IntPtr.Zero; 1845pszText = IntPtr.Zero;
2 references to pszText
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
801return GetTextWithinStructure(hwnd, NativeMethods.TCM_GETITEMW, new IntPtr(index), new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.pszText), item.cchTextMax); 1616pszText = (long)item.pszText;