2 writes to _context
PresentationFramework (2)
src\Framework\MS\Internal\Data\ViewManager.cs (2)
370
_context
= context;
379
_context
= new WeakReference(context);
6 references to _context
PresentationFramework (6)
src\Framework\MS\Internal\Data\ViewManager.cs (6)
391
get { return
_context
!= null || _callbackMethod != null; }
407
WeakReference wrContext =
_context
as WeakReference;
408
object context = (wrContext != null)? wrContext.Target :
_context
;
411
else if (
_context
!= null)
413
lock(
_context
)
429
(_callbackMethod == null &&
_context
!= null);