1 instantiation of LITEM
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
388UnsafeNativeMethods.LITEM linkItem = new UnsafeNativeMethods.LITEM();
7 references to LITEM
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (6)
175UnsafeNativeMethods.LITEM linkItemLast; 259private ProxySimple CreateHyperlinkItem(UnsafeNativeMethods.LITEM linkItem, int index) 279fixed (UnsafeNativeMethods.LITEM* pLinkItem = &_linkItem) 281return XSendMessage.XSend(_hwnd, NativeMethods.LM_GETITEM, IntPtr.Zero, new IntPtr(pLinkItem), sizeof(UnsafeNativeMethods.LITEM)); 335private UnsafeNativeMethods.LITEM _linkItem; 388UnsafeNativeMethods.LITEM linkItem = new UnsafeNativeMethods.LITEM();
MS\Win32\UnsafeNativeMethods.cs (1)
474public LITEM item;