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