2 writes to _callbackMethod
PresentationFramework (2)
src\Framework\MS\Internal\Data\ViewManager.cs (2)
371_callbackMethod = null; 380_callbackMethod = callback.Method;
5 references to _callbackMethod
PresentationFramework (5)
src\Framework\MS\Internal\Data\ViewManager.cs (5)
391get { return _context != null || _callbackMethod != null; } 396if (_callbackMethod != null) 409_callbackMethod.Invoke(target, new object[]{collection, context, accessMethod, writeAccess}); 428return (_callbackMethod != null && _callbackTarget.IsAlive) || 429(_callbackMethod == null && _context != null);