1 write to _isDirect
WindowsBase (1)
Base\MS\Internal\ComponentModel\DependencyPropertyKind.cs (1)
148
_isDirect
= true;
2 references to _isDirect
WindowsBase (2)
Base\MS\Internal\ComponentModel\DependencyPropertyKind.cs (2)
72
if (!_isAttached && !
_isDirect
)
157
return
_isDirect
;