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