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