[Mono-dev] Trying to find source for DispatcherObject.cs

Robert Jordan robertj at gmx.net
Thu Jan 13 04:48:16 EST 2011


On 12.01.2011 23:35, Brad Cunningham wrote:
> I am seeing a strange error in the DispatcherObject in 2.8.1 and I am having
> trouble finding the source code to confirm the error.
>
> For those interested my issue is this:
>
> I can confirm that my object is being constructed on the same thread that
> the VerifyAccess call is occurring. In both places, ctor and VerifyAccess
> call, I can confirm that the Dispatcher is null. I would assume when the
> Dispatcher is null that the verify access should do nothing and be fine,
> however I am getting an exception that the call to verify access is
> occurring on a different thread than the ctor occurred on.
>
> If someone could point me to where the source is for this class I would
> appreciate it.

https://github.com/mono/mono/tree/master/mcs/class/WindowsBase/System.Windows.Threading

Robert



More information about the Mono-devel-list mailing list