5 instantiations of TBBUTTON
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2291NativeMethods.TBBUTTON nativeItem = new NativeMethods.TBBUTTON 2337NativeMethods.TBBUTTON nativeItem = new NativeMethods.TBBUTTON
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
286NativeMethods.TBBUTTON tbb = new NativeMethods.TBBUTTON (); 364NativeMethods.TBBUTTON tbb = new NativeMethods.TBBUTTON(); 626NativeMethods.TBBUTTON tbb = new NativeMethods.TBBUTTON();
13 references to TBBUTTON
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (10)
1059internal static unsafe bool GetItem(IntPtr hwnd, int index, ref NativeMethods.TBBUTTON item) 1067fixed (NativeMethods.TBBUTTON* pItem = &item) 1080item = (NativeMethods.TBBUTTON)item32; 1093item = (NativeMethods.TBBUTTON)item64; 2276internal TBBUTTON_32(NativeMethods.TBBUTTON item) 2289static public explicit operator NativeMethods.TBBUTTON(TBBUTTON_32 item) 2291NativeMethods.TBBUTTON nativeItem = new NativeMethods.TBBUTTON 2321internal TBBUTTON_64(NativeMethods.TBBUTTON item) 2335static public explicit operator NativeMethods.TBBUTTON(TBBUTTON_64 item) 2337NativeMethods.TBBUTTON nativeItem = new NativeMethods.TBBUTTON
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
286NativeMethods.TBBUTTON tbb = new NativeMethods.TBBUTTON (); 364NativeMethods.TBBUTTON tbb = new NativeMethods.TBBUTTON(); 626NativeMethods.TBBUTTON tbb = new NativeMethods.TBBUTTON();