2 instantiations of LVITEM_32
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
412
LVITEM_32 item32 = new
LVITEM_32
(item);
441
LVITEM_32 item32 = new
LVITEM_32
(item);
3 references to LVITEM_32
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
412
LVITEM_32
item32 = new LVITEM_32(item);
441
LVITEM_32
item32 = new LVITEM_32(item);
1768
public static explicit operator NativeMethods.LVITEM(
LVITEM_32
item)