[Mono-bugs] [Bug 648403] SplitContainer does not implement ISupportInitialize

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 8 04:24:37 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=648403

https://bugzilla.novell.com/show_bug.cgi?id=648403#c4


--- Comment #4 from Andreas Kühlmeyer <andreas.kuehlmeyer at avid.com> 2010-12-08 09:24:36 UTC ---
In deed, the implementation is a bit useless :). It's only a workaround for
this code generated by the Visual Studio designer:

((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();

That's why I don't think the implementation should throw a
NotImplementedException(), because that again breaks the code.

I totally agree about the "#if" and marking it as TODO.

-- 
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.


More information about the mono-bugs mailing list