3 references to IsKnown
System.Workflow.ComponentModel (3)
AuthoringOM\Activity.cs (1)
952
if (property.
IsKnown
&& (property.Validity == DependencyProperty.PropertyValidity.Uninitialize || (forReexecute && property.Validity == DependencyProperty.PropertyValidity.Reexecute)))
AuthoringOM\DependencyProperty.cs (1)
352
return
IsKnown
? knownProperties[this.knownIndex].propertyValidity : PropertyValidity.Always;
AuthoringOM\Serializer\DependencyStoreSurrogate.cs (1)
29
if (kvp.Key.
IsKnown
)