2008-03-05 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Wed, 5 Mar 2008 19:58:30 +0000 (19:58 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Wed, 5 Mar 2008 19:58:30 +0000 (19:58 -0000)
commit1f18adb5c4ed1e53f8e9572ea6434dabb8b40753
tree436c4a52386a22b782c68aff61bbd272df709d15
parent403d75886315b32d174be2f6c0a85c4784f3d88a
2008-03-05  Jonathan Pobst  <monkey@jpobst.com>

corcompare - fix parameter names [N-Z].
LinkArea.cs, NativeWindow.cs, NotifyIcon.cs, PageSetupDialog.cs,
Panel.cs, PrintDialog.cs, PrintPreviewControl.cs, PropertyGrid.cs,
PropertyManager.cs, RichTextBox.cs,
ScrollBar.cs, SelectionRange.cs, SplitContainer.cs, StatusBar.cs,
StatusBarDrawItemEventArgs.cs, StatusBarPanelClickEventArgs.cs,
StatusStrip.cs, TabControl.cs, TableLayoutColumnStyleCollection.cs,
TableLayoutRowStyleCollection.cs, TableLayoutStyleCollection.cs,
TextBoxBase.cs, ThreadExceptionDialog.cs, ToolStrip.cs,
ToolStripContentPanel.cs, ToolStripDropDown.cs,
ToolStripDropDownMenu.cs, ToolStripItem.cs, ToolStripMenuItem.cs,
ToolStripPanel.cs, ToolStripSeparator.cs,
TreeNode.cs, TreeView.cs, TreeViewHitTestInfo.cs,
UICuesEventHandler.cs, UpDownBase.cs.

svn path=/trunk/mcs/; revision=97437
37 files changed:
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkArea.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/NotifyIcon.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/PageSetupDialog.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Panel.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintDialog.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintPreviewControl.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyManager.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollBar.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/SelectionRange.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/SplitContainer.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBar.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarDrawItemEventArgs.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusBarPanelClickEventArgs.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusStrip.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControl.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutColumnStyleCollection.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutRowStyleCollection.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutStyleCollection.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThreadExceptionDialog.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripContentPanel.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDown.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownMenu.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripMenuItem.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripPanel.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSeparator.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeNode.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeView.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TreeViewHitTestInfo.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/UICuesEventHandler.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/UpDownBase.cs