3 overrides of IsAttached
PresentationFramework (3)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
786public override bool IsAttached
src\Framework\System\Windows\Markup\Primitives\ExtensionSimplifierMarkupObject.cs (1)
120public override bool IsAttached
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
155public override bool IsAttached
3 references to IsAttached
PresentationFramework (3)
src\Framework\System\Windows\Markup\Primitives\ExtensionSimplifierMarkupObject.cs (1)
122get { return _baseProperty.IsAttached; }
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (2)
538if (property.IsAttached || property.PropertyDescriptor == null) 704if (property.IsAttached || property.PropertyDescriptor == null)