2 writes to _callbackMethod
PresentationFramework (2)
MS\Internal\Data\ViewManager.cs (2)
366
_callbackMethod
= null;
375
_callbackMethod
= callback.Method;
5 references to _callbackMethod
PresentationFramework (5)
MS\Internal\Data\ViewManager.cs (5)
386
get { return _context != null ||
_callbackMethod
!= null; }
391
if (
_callbackMethod
!= null)
404
_callbackMethod
.Invoke(target, new object[] { collection, context, accessMethod, writeAccess });
423
return (
_callbackMethod
!= null && _callbackTarget.IsAlive) ||
424
(
_callbackMethod
== null && _context != null);