2 writes to _callbackMethod
PresentationFramework (2)
MS\Internal\Data\ViewManager.cs (2)
366_callbackMethod = null; 375_callbackMethod = callback.Method;
5 references to _callbackMethod
PresentationFramework (5)
MS\Internal\Data\ViewManager.cs (5)
386get { return _context != null || _callbackMethod != null; } 391if (_callbackMethod != null) 404_callbackMethod.Invoke(target, new object[] { collection, context, accessMethod, writeAccess }); 423return (_callbackMethod != null && _callbackTarget.IsAlive) || 424(_callbackMethod == null && _context != null);