1 write to dependencyProperty
System.Workflow.ComponentModel (1)
AuthoringOM\DependencyProperty.cs (1)
43
this.
dependencyProperty
= dependencyProperty;
3 references to dependencyProperty
System.Workflow.ComponentModel (3)
AuthoringOM\DependencyProperty.cs (3)
86
throw new InvalidOperationException(SR.GetString(SR.Error_AlreadyRegisteredAs, knownProperties[byteVal].
dependencyProperty
.ToString()));
97
throw new InvalidOperationException(SR.GetString(SR.Error_NotRegisteredAs, knownProperties[byteVal].
dependencyProperty
.ToString()));
100
return knownProperties[byteVal].
dependencyProperty
;