1 write to name
System.Workflow.ComponentModel (1)
AuthoringOM\DependencyProperty.cs (1)
265this.name = name;
5 references to name
System.Workflow.ComponentModel (5)
AuthoringOM\DependencyProperty.cs (5)
295return this.name; 358return this.name; 365Debug.Assert(this.name != null && this.ownerType != null); 366return (this.name.GetHashCode() ^ this.ownerType.GetHashCode()); 374info.AddValue("name", this.name);