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