3 references to CombineParameters
WindowsBase (3)
Base\System\Windows\Threading\Dispatcher.cs (3)
501return LegacyBeginInvokeImpl(priority, method, CombineParameters(arg, args), -1); 1187return LegacyInvokeImpl(priority, TimeSpan.FromMilliseconds(-1), method, CombineParameters(arg, args), -1); 1277return LegacyInvokeImpl(priority, timeout, method, CombineParameters(arg, args), -1);