2 writes to _callbackMethod
PresentationFramework (2)
MS\Internal\Data\ViewManager.cs (2)
367_callbackMethod = null; 376_callbackMethod = callback.Method;
5 references to _callbackMethod
PresentationFramework (5)
MS\Internal\Data\ViewManager.cs (5)
387get { return _context != null || _callbackMethod != null; } 392if (_callbackMethod != null) 405_callbackMethod.Invoke(target, new object[] { collection, context, accessMethod, writeAccess }); 424return (_callbackMethod != null && _callbackTarget.IsAlive) || 425(_callbackMethod == null && _context != null);