* Form.cs: Use the MdiClients MdiChildren property to access
commit0a87b051d633659ab4a8fca4ce6bc02ef6c5eda3
authorJackson Harper <jackson@novell.com>
Wed, 16 Aug 2006 16:52:27 +0000 (16 16:52 -0000)
committerJackson Harper <jackson@novell.com>
Wed, 16 Aug 2006 16:52:27 +0000 (16 16:52 -0000)
treeb3d7fc815482c8616fc7c3631d6e1d108a9354a2
parentb2c93ab94f33a8ff8f5ddd6cab655d940dd6c51b
    * Form.cs: Use the MdiClients MdiChildren property to access
        MdiChildren instead of creating the array from the child
controls.
        * MdiClient.cs: Maintain a separate array of the mdi children,
        * so
        that insertion order is maintained when the Z-order is changed.

svn path=/trunk/mcs/; revision=63828
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiClient.cs