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)
387
get { return _context != null ||
_callbackMethod
!= null; }
392
if (
_callbackMethod
!= null)
405
_callbackMethod
.Invoke(target, new object[] { collection, context, accessMethod, writeAccess });
424
return (
_callbackMethod
!= null && _callbackTarget.IsAlive) ||
425
(
_callbackMethod
== null && _context != null);