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

Brad Cunningham brad at bradcunningham.net
Fri Jan 14 12:30:16 EST 2011


Thank you. I am new to the mono source tree and still trying to find my way
around things.


I appreciate it.

On Thu, Jan 13, 2011 at 1:48 AM, Robert Jordan <robertj at gmx.net> wrote:

> 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
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>



-- 
Brad Cunningham
Microsoft MVP: C#

http://blog.bradcunningham.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20110114/988dfb2c/attachment.html 


More information about the Mono-devel-list mailing list