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