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