1 write to ownerType
System.Workflow.ComponentModel (1)
AuthoringOM\DependencyProperty.cs (1)
267
this.
ownerType
= ownerType;
6 references to ownerType
System.Workflow.ComponentModel (6)
AuthoringOM\DependencyProperty.cs (6)
155
if (TypeProvider.IsSubclassOf(ownerType, dependencyProperty.
ownerType
)
156
|| ownerType == dependencyProperty.
ownerType
)
310
return this.
ownerType
;
365
Debug.Assert(this.name != null && this.
ownerType
!= null);
366
return (this.name.GetHashCode() ^ this.
ownerType
.GetHashCode());
373
info.AddValue("type", this.
ownerType
);