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