Base:
property
Name
System.ComponentModel.MemberDescriptor.Name
5 references to Name
System.Workflow.ComponentModel (5)
Shared\BasePropertyDescriptor.cs (5)
390return this.Name; 501if (this.Name.StartsWith(parameterPrefix, StringComparison.Ordinal)) 502propertyName = this.Name.Substring(parameterPrefix.Length); 504propertyName = this.Name; 546string displayName = this.Name;