2 writes to _callbackMethod
PresentationFramework (2)
MS\Internal\Data\ViewManager.cs (2)
364_callbackMethod = null; 373_callbackMethod = callback.Method;
5 references to _callbackMethod
PresentationFramework (5)
MS\Internal\Data\ViewManager.cs (5)
384get { return _context != null || _callbackMethod != null; } 389if (_callbackMethod != null) 402_callbackMethod.Invoke(target, new object[] { collection, context, accessMethod, writeAccess }); 421return (_callbackMethod != null && _callbackTarget.IsAlive) || 422(_callbackMethod == null && _context != null);