1 write to _context
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
632
_context
= new ElementPropertyContext(this, GetItemContext());
2 references to _context
PresentationFramework (2)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (2)
630
if (
_context
== null)
634
return
_context
;