2 writes to _context
PresentationFramework (2)
MS\Internal\Data\ViewManager.cs (2)
368_context = context; 377_context = new WeakReference(context);
6 references to _context
PresentationFramework (6)
MS\Internal\Data\ViewManager.cs (6)
389get { return _context != null || _callbackMethod != null; } 405WeakReference wrContext = _context as WeakReference; 406object context = (wrContext != null) ? wrContext.Target : _context; 409else if (_context != null) 411lock (_context) 427(_callbackMethod == null && _context != null);