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)
391
get { return _context != null ||
_callbackMethod
!= null; }
396
if (
_callbackMethod
!= null)
409
_callbackMethod
.Invoke(target, new object[]{collection, context, accessMethod, writeAccess});
428
return (
_callbackMethod
!= null && _callbackTarget.IsAlive) ||
429
(
_callbackMethod
== null && _context != null);