https://bugzilla.novell.com/show_bug.cgi?id=425277
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=425277#c9 --- Comment #9 from Jonathan Pobst <[EMAIL PROTECTED]> 2008-09-11 13:20:12 MDT --- Can we change your Initialize call to Mono.UIAutomation.Winforms.FormListener in Application.InitializeUIAutomation () to be a more generic call into UIA that initializes whatever listeners you need instead of having to call it each time there is a different listener? That will save us from having to make several reflection calls for each type of Control/Component UIA needs to listen for. Also, it will get rid of UIAHelper. Lets move all the stuff in Control.cs to ToolTip.cs as well. There is no reason to store this extra stuff in Control when 99% of created controls will not have a ToolTip. (Which I assume is why this stuff isn't stored in Control in the first place.) The UnPopUp stuff looks fine. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
