5 instantiations of TBBUTTON
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2290NativeMethods.TBBUTTON nativeItem = new NativeMethods.TBBUTTON 2336NativeMethods.TBBUTTON nativeItem = new NativeMethods.TBBUTTON
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
282NativeMethods.TBBUTTON tbb = new NativeMethods.TBBUTTON (); 360NativeMethods.TBBUTTON tbb = new NativeMethods.TBBUTTON(); 622NativeMethods.TBBUTTON tbb = new NativeMethods.TBBUTTON();
13 references to TBBUTTON
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (10)
1058internal static unsafe bool GetItem(IntPtr hwnd, int index, ref NativeMethods.TBBUTTON item) 1066fixed (NativeMethods.TBBUTTON* pItem = &item) 1079item = (NativeMethods.TBBUTTON)item32; 1092item = (NativeMethods.TBBUTTON)item64; 2275internal TBBUTTON_32(NativeMethods.TBBUTTON item) 2288public static explicit operator NativeMethods.TBBUTTON(TBBUTTON_32 item) 2290NativeMethods.TBBUTTON nativeItem = new NativeMethods.TBBUTTON 2320internal TBBUTTON_64(NativeMethods.TBBUTTON item) 2334public static explicit operator NativeMethods.TBBUTTON(TBBUTTON_64 item) 2336NativeMethods.TBBUTTON nativeItem = new NativeMethods.TBBUTTON
MS\Internal\AutomationProxies\WindowsToolbar.cs (3)
282NativeMethods.TBBUTTON tbb = new NativeMethods.TBBUTTON (); 360NativeMethods.TBBUTTON tbb = new NativeMethods.TBBUTTON(); 622NativeMethods.TBBUTTON tbb = new NativeMethods.TBBUTTON();