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