2 writes to _context
PresentationFramework (2)
MS\Internal\Data\ViewManager.cs (2)
365_context = context; 374_context = new WeakReference(context);
6 references to _context
PresentationFramework (6)
MS\Internal\Data\ViewManager.cs (6)
386get { return _context != null || _callbackMethod != null; } 402WeakReference wrContext = _context as WeakReference; 403object context = (wrContext != null) ? wrContext.Target : _context; 406else if (_context != null) 408lock (_context) 424(_callbackMethod == null && _context != null);