16 references to IsAttached
System.Workflow.ComponentModel (16)
AuthoringOM\Compiler\Validation\DependencyObjectValidator.cs (2)
33if (!prop.IsAttached) 41if (prop.IsAttached)
AuthoringOM\DependencyObject.cs (4)
120if (!dependencyProperty.IsAttached && !dependencyProperty.OwnerType.IsAssignableFrom(this.GetType())) 211if (!dependencyProperty.IsAttached && !dependencyProperty.OwnerType.IsAssignableFrom(this.GetType())) 255if (!dependencyProperty.IsAttached && !dependencyProperty.OwnerType.IsAssignableFrom(this.GetType())) 346if (!dependencyEvent.IsAttached && !dependencyEvent.OwnerType.IsAssignableFrom(this.GetType()))
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (2)
72if (dp.IsAttached) 92(dependencyProperty.IsAttached || (!dependencyProperty.DefaultMetadata.IsMetaProperty && value is ActivityBind)))
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (8)
733if (dependencyProperty.IsAttached) 744if (dependencyProperty.IsAttached || !dependencyProperty.DefaultMetadata.IsMetaProperty) 1487if (!dependencyProperty.IsAttached && !dependencyProperty.DefaultMetadata.IsMetaProperty) 1507if (!dependencyProperty.IsAttached && !dependencyProperty.DefaultMetadata.IsMetaProperty) 1528if (!dependencyProperty.DefaultMetadata.IsMetaProperty && dependencyProperty.IsAttached && VerifyAttachedPropertyConditions(dependencyProperty)) 1577else if (dependencyProperty.IsAttached) 1600else if (dependencyProperty.IsAttached) 2350if (!dependencyProperty.IsAttached && xmlNodeType == XmlNodeType.Attribute)