1 instantiation of LITEM
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
401UnsafeNativeMethods.LITEM linkItem = new UnsafeNativeMethods.LITEM();
7 references to LITEM
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (6)
186UnsafeNativeMethods.LITEM linkItemLast; 271private ProxySimple CreateHyperlinkItem(UnsafeNativeMethods.LITEM linkItem, int index) 291fixed (UnsafeNativeMethods.LITEM* pLinkItem = &_linkItem) 293return XSendMessage.XSend(_hwnd, NativeMethods.LM_GETITEM, IntPtr.Zero, new IntPtr(pLinkItem), sizeof(UnsafeNativeMethods.LITEM)); 347private UnsafeNativeMethods.LITEM _linkItem; 401UnsafeNativeMethods.LITEM linkItem = new UnsafeNativeMethods.LITEM();
MS\Win32\UnsafeNativeMethods.cs (1)
488public LITEM item;