Inheritance: INativeEventObjectWrapper, IRefContainer
示例#1
0
文件: Dispatcher.cs 项目: shana/moon
		internal Dispatcher ()
		{
			queuedOperations = new Queue<DispatcherOperation>();
			surface = Deployment.Current.Surface;
			pending = false;
		}