5 instantiations of TBBUTTON
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2287
NativeMethods.TBBUTTON nativeItem = new NativeMethods.
TBBUTTON
();
2332
NativeMethods.TBBUTTON nativeItem = new NativeMethods.
TBBUTTON
();
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
296
NativeMethods.TBBUTTON tbb = new NativeMethods.
TBBUTTON
();
375
NativeMethods.TBBUTTON tbb = new NativeMethods.
TBBUTTON
();
637
NativeMethods.TBBUTTON tbb = new NativeMethods.
TBBUTTON
();
13 references to TBBUTTON
UIAutomationClientsideProviders (13)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (10)
1067
internal static unsafe bool GetItem(IntPtr hwnd, int index, ref NativeMethods.
TBBUTTON
item)
1075
fixed (NativeMethods.
TBBUTTON
* pItem = &item)
1088
item = (NativeMethods.
TBBUTTON
)item32;
1101
item = (NativeMethods.
TBBUTTON
)item64;
2272
internal TBBUTTON_32(NativeMethods.
TBBUTTON
item)
2285
static public explicit operator NativeMethods.
TBBUTTON
(TBBUTTON_32 item)
2287
NativeMethods.
TBBUTTON
nativeItem = new NativeMethods.TBBUTTON();
2316
internal TBBUTTON_64(NativeMethods.
TBBUTTON
item)
2330
static public explicit operator NativeMethods.
TBBUTTON
(TBBUTTON_64 item)
2332
NativeMethods.
TBBUTTON
nativeItem = new NativeMethods.TBBUTTON();
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
296
NativeMethods.
TBBUTTON
tbb = new NativeMethods.TBBUTTON ();
375
NativeMethods.
TBBUTTON
tbb = new NativeMethods.TBBUTTON();
637
NativeMethods.
TBBUTTON
tbb = new NativeMethods.TBBUTTON();