Inheritance: INativeEventObjectWrapper, IRefContainer
Exemplo n.º 1
0
		internal Dispatcher ()
		{
			queuedOperations = new Queue<DispatcherOperation>();
			surface = Deployment.Current.Surface;
			pending = false;
		}