4 references to IsAttached
PresentationFramework (4)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (3)
224
if (dpd != null && dpd.
IsAttached
)
596
return dependencyPropertyDescriptor != null && dependencyPropertyDescriptor.
IsAttached
;
901
_isAttached = dpDesc.
IsAttached
;
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
160
return (pdp != null) && pdp.
IsAttached
;