4 writes to pszText
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1028
return GetTextWithinStructure(hwnd, NativeMethods.TVM_GETITEMW, IntPtr.Zero, new IntPtr(&item), Marshal.SizeOf(item.GetType()), new IntPtr(&item.
pszText
), item.cchTextMax);
2383
nativeItem.
pszText
= new IntPtr(item.pszText);
2434
nativeItem.
pszText
= IntPtr.Zero;
MS\Win32\NativeMethods.cs (1)
1650
pszText
= IntPtr.Zero;
1 reference to pszText
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
2417
pszText = (long)item.
pszText
;