2 writes to _context
PresentationFramework (2)
MS\Internal\Data\ViewManager.cs (2)
366
_context
= context;
375
_context
= new WeakReference(context);
6 references to _context
PresentationFramework (6)
MS\Internal\Data\ViewManager.cs (6)
387
get { return
_context
!= null || _callbackMethod != null; }
403
WeakReference wrContext =
_context
as WeakReference;
404
object context = (wrContext != null) ? wrContext.Target :
_context
;
407
else if (
_context
!= null)
409
lock (
_context
)
425
(_callbackMethod == null &&
_context
!= null);