2 writes to _callbackMethod
PresentationFramework (2)
MS\Internal\Data\ViewManager.cs (2)
369
_callbackMethod
= null;
378
_callbackMethod
= callback.Method;
5 references to _callbackMethod
PresentationFramework (5)
MS\Internal\Data\ViewManager.cs (5)
389
get { return _context != null ||
_callbackMethod
!= null; }
394
if (
_callbackMethod
!= null)
407
_callbackMethod
.Invoke(target, new object[] { collection, context, accessMethod, writeAccess });
426
return (
_callbackMethod
!= null && _callbackTarget.IsAlive) ||
427
(
_callbackMethod
== null && _context != null);