5 instantiations of TVITEM
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2391NativeMethods.TVITEM nativeItem = new NativeMethods.TVITEM 2443NativeMethods.TVITEM nativeItem = new NativeMethods.TVITEM
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
507NativeMethods.TVITEM treeItem = new NativeMethods.TVITEM (); 577treeItem = new NativeMethods.TVITEM (); 586NativeMethods.TVITEM treeItem = new NativeMethods.TVITEM();
17 references to TVITEM
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (12)
906internal static unsafe bool GetItem(IntPtr hwnd, ref NativeMethods.TVITEM item) 914fixed (NativeMethods.TVITEM* pItem = &item) 927item = (NativeMethods.TVITEM)item32; 940item = (NativeMethods.TVITEM)item64; 949internal static unsafe bool SetItem(IntPtr hwnd, NativeMethods.TVITEM item) 1020internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.TVITEM item) 2369internal TVITEM_32(NativeMethods.TVITEM item) 2389static public explicit operator NativeMethods.TVITEM(TVITEM_32 item) 2391NativeMethods.TVITEM nativeItem = new NativeMethods.TVITEM 2425internal TVITEM_64(NativeMethods.TVITEM item) 2441static public explicit operator NativeMethods.TVITEM(TVITEM_64 item) 2443NativeMethods.TVITEM nativeItem = new NativeMethods.TVITEM
MS\Internal\AutomationProxies\WindowsTreeView.cs (5)
507NativeMethods.TVITEM treeItem = new NativeMethods.TVITEM (); 535NativeMethods.TVITEM treeItem; 575private static bool GetItem (IntPtr hwnd, IntPtr item, int mask, out NativeMethods.TVITEM treeItem) 586NativeMethods.TVITEM treeItem = new NativeMethods.TVITEM(); 1548NativeMethods.TVITEM treeItem;