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