2 references to Attached
WindowsBase (2)
Base\System\Windows\Expression.cs (2)
257
get { return (_flags & InternalFlags.
Attached
) != 0; }
267
_flags |= InternalFlags.
Attached
;