2 writes to _callbackMethod
PresentationFramework (2)
MS\Internal\Data\ViewManager.cs (2)
369_callbackMethod = null; 378_callbackMethod = callback.Method;
5 references to _callbackMethod
PresentationFramework (5)
MS\Internal\Data\ViewManager.cs (5)
389get { return _context != null || _callbackMethod != null; } 394if (_callbackMethod != null) 407_callbackMethod.Invoke(target, new object[] { collection, context, accessMethod, writeAccess }); 426return (_callbackMethod != null && _callbackTarget.IsAlive) || 427(_callbackMethod == null && _context != null);