Base\System\Windows\Threading\Dispatcher.cs (5)
444return LegacyBeginInvokeImpl(priority, method, null, 0);
471return LegacyBeginInvokeImpl(priority, method, arg, 1);
501return LegacyBeginInvokeImpl(priority, method, CombineParameters(arg, args), -1);
522return LegacyBeginInvokeImpl(DispatcherPriority.Normal, method, args, -1);
547return LegacyBeginInvokeImpl(priority, method, args, -1);