1 instantiation of LITEM
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
383UnsafeNativeMethods.LITEM linkItem = new UnsafeNativeMethods.LITEM
7 references to LITEM
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (6)
170UnsafeNativeMethods.LITEM linkItemLast; 254private ProxySimple CreateHyperlinkItem(UnsafeNativeMethods.LITEM linkItem, int index) 274fixed (UnsafeNativeMethods.LITEM* pLinkItem = &_linkItem) 276return XSendMessage.XSend(_hwnd, NativeMethods.LM_GETITEM, IntPtr.Zero, new IntPtr(pLinkItem), sizeof(UnsafeNativeMethods.LITEM)); 330private UnsafeNativeMethods.LITEM _linkItem; 383UnsafeNativeMethods.LITEM linkItem = new UnsafeNativeMethods.LITEM
MS\Win32\UnsafeNativeMethods.cs (1)
473public LITEM item;