Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/referencesource/System.Workflow.ComponentModel/Shared/BasePropertyDescriptor.cs')
-rw-r--r--mcs/class/referencesource/System.Workflow.ComponentModel/Shared/BasePropertyDescriptor.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/referencesource/System.Workflow.ComponentModel/Shared/BasePropertyDescriptor.cs b/mcs/class/referencesource/System.Workflow.ComponentModel/Shared/BasePropertyDescriptor.cs
index 532c3d76d0e..edb21a0ab4c 100644
--- a/mcs/class/referencesource/System.Workflow.ComponentModel/Shared/BasePropertyDescriptor.cs
+++ b/mcs/class/referencesource/System.Workflow.ComponentModel/Shared/BasePropertyDescriptor.cs
@@ -21,7 +21,7 @@ using System.Workflow.ComponentModel.Compiler;
/*********************************************************************
* NOTE: A copy of this file exists at: WF\Activities\Common
- * The two files must be kept in sync. Any change made here must also
+ * The two files must be kept in [....]. Any change made here must also
* be made to WF\Activities\Common\BasePropertyDescriptor.cs
*********************************************************************/
@@ -413,8 +413,8 @@ namespace System.Workflow.ComponentModel.Design
{
if (this.avoidDuplication)
{
- // WinOE
-
+ // WinOE Bug 10442: should only prefix with "(Parameter)" if there is and existing
+ // member of the same name.
return GetParameterPropertyName(this.componentType, base.Name);
}
else