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)
310return _method.Method.DeclaringType + "." + _method.Method.Name; 583_result = _dispatcher.WrappedInvoke(_method, _args, _numArgs, null); 596Action action = (Action) _method; 824Func<TResult> func = (Func<TResult>) _method;