3 references to keys
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\DependencyStoreSurrogate.cs (3)
68
for (int index = 0; index < this.
keys
.Count; index++)
70
DependencyProperty dp = this.
keys
[index] as DependencyProperty;
72
dp = DependencyProperty.FromKnown((byte)this.
keys
[index]);