1 write to _method
WindowsBase (1)
Base\System\Windows\Threading\DispatcherOperation.cs (1)
45
_method
= method;
5 references to _method
WindowsBase (5)
Base\System\Windows\Threading\DispatcherOperation.cs (5)
310
return
_method
.Method.DeclaringType + "." +
_method
.Method.Name;
583
_result = _dispatcher.WrappedInvoke(
_method
, _args, _numArgs, null);
596
Action action = (Action)
_method
;
824
Func<TResult> func = (Func<TResult>)
_method
;