Author: jpobst
Date: 2006-12-05 13:40:05 -0500 (Tue, 05 Dec 2006)
New Revision: 69063
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs
Log:
2006-12-05 Jonathan Pobst <[EMAIL PROTECTED]>
* PropertyGrid.cs: Hide FindFirstItem method from public API.
Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2006-12-05 18:36:36 UTC (rev 69062)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2006-12-05 18:40:05 UTC (rev 69063)
@@ -1,3 +1,7 @@
+2006-12-05 Jonathan Pobst <[EMAIL PROTECTED]>
+
+ * PropertyGrid.cs: Hide FindFirstItem method from public API.
+
2006-12-05 Chris Toshok <[EMAIL PROTECTED]>
* DataGridView.cs: fix compiler warnings.
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs
2006-12-05 18:36:36 UTC (rev 69062)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs
2006-12-05 18:40:05 UTC (rev 69063)
@@ -963,7 +963,7 @@
#region Private Helper Methods
- public GridItem FindFirstItem (GridItem root)
+ private GridItem FindFirstItem (GridItem root)
{
if (root.GridItemType == GridItemType.Property)
return root;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches