5 instantiations of TVITEM
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2385NativeMethods.TVITEM nativeItem = new NativeMethods.TVITEM(); 2436NativeMethods.TVITEM nativeItem = new NativeMethods.TVITEM();
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
518NativeMethods.TVITEM treeItem = new NativeMethods.TVITEM (); 588treeItem = new NativeMethods.TVITEM (); 597NativeMethods.TVITEM treeItem = new NativeMethods.TVITEM();
17 references to TVITEM
UIAutomationClientsideProviders (17)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (12)
914internal static unsafe bool GetItem(IntPtr hwnd, ref NativeMethods.TVITEM item) 922fixed (NativeMethods.TVITEM* pItem = &item) 935item = (NativeMethods.TVITEM)item32; 948item = (NativeMethods.TVITEM)item64; 957internal static unsafe bool SetItem(IntPtr hwnd, NativeMethods.TVITEM item) 1028internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.TVITEM item) 2363internal TVITEM_32(NativeMethods.TVITEM item) 2383static public explicit operator NativeMethods.TVITEM(TVITEM_32 item) 2385NativeMethods.TVITEM nativeItem = new NativeMethods.TVITEM(); 2418internal TVITEM_64(NativeMethods.TVITEM item) 2434static public explicit operator NativeMethods.TVITEM(TVITEM_64 item) 2436NativeMethods.TVITEM nativeItem = new NativeMethods.TVITEM();
MS\Internal\AutomationProxies\WindowsTreeView.cs (5)
518NativeMethods.TVITEM treeItem = new NativeMethods.TVITEM (); 546NativeMethods.TVITEM treeItem; 586private static bool GetItem (IntPtr hwnd, IntPtr item, int mask, out NativeMethods.TVITEM treeItem) 597NativeMethods.TVITEM treeItem = new NativeMethods.TVITEM(); 1559NativeMethods.TVITEM treeItem;