Fix src and dest indexes in DispatcherOperation ctor
authorDmitry Potapov <dpotapov@gmail.com>
Sun, 2 Feb 2014 18:40:55 +0000 (22:40 +0400)
committerDmitry Potapov <dpotapov@gmail.com>
Sun, 2 Feb 2014 18:40:55 +0000 (22:40 +0400)
commit38a1e8d3bd687088c2c804c47e082aaafe9e0f34
tree260285109c0291a25233471781d51b9162a328b9
parent17fcfee696ac813e1fff6347f2d85b8a2de4085f
Fix src and dest indexes in DispatcherOperation ctor

The source and the destination indexes are confused. The source index, which
is the second parameter, should be 0 and the destination index, which is the
fourth parameter, should be 1.
mcs/class/WindowsBase/System.Windows.Threading/DispatcherOperation.cs
mcs/class/WindowsBase/Test/System.Windows.Threading/DispatcherTest.cs