5 instantiations of TVITEM
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2390
NativeMethods.TVITEM nativeItem = new NativeMethods.
TVITEM
2442
NativeMethods.TVITEM nativeItem = new NativeMethods.
TVITEM
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
502
NativeMethods.TVITEM treeItem = new NativeMethods.
TVITEM
();
572
treeItem = new NativeMethods.
TVITEM
();
581
NativeMethods.TVITEM treeItem = new NativeMethods.
TVITEM
();
17 references to TVITEM
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (12)
905
internal static unsafe bool GetItem(IntPtr hwnd, ref NativeMethods.
TVITEM
item)
913
fixed (NativeMethods.
TVITEM
* pItem = &item)
926
item = (NativeMethods.
TVITEM
)item32;
939
item = (NativeMethods.
TVITEM
)item64;
948
internal static unsafe bool SetItem(IntPtr hwnd, NativeMethods.
TVITEM
item)
1019
internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.
TVITEM
item)
2368
internal TVITEM_32(NativeMethods.
TVITEM
item)
2388
public static explicit operator NativeMethods.
TVITEM
(TVITEM_32 item)
2390
NativeMethods.
TVITEM
nativeItem = new NativeMethods.TVITEM
2424
internal TVITEM_64(NativeMethods.
TVITEM
item)
2440
public static explicit operator NativeMethods.
TVITEM
(TVITEM_64 item)
2442
NativeMethods.
TVITEM
nativeItem = new NativeMethods.TVITEM
MS\Internal\AutomationProxies\WindowsTreeView.cs (5)
502
NativeMethods.
TVITEM
treeItem = new NativeMethods.TVITEM ();
530
NativeMethods.
TVITEM
treeItem;
570
private static bool GetItem (IntPtr hwnd, IntPtr item, int mask, out NativeMethods.
TVITEM
treeItem)
581
NativeMethods.
TVITEM
treeItem = new NativeMethods.TVITEM();
1543
NativeMethods.
TVITEM
treeItem;