1 write to uiThreadDispatcher
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UIThreadDispatcher.cs (1)
28this.uiThreadDispatcher = Dispatcher.CurrentDispatcher;
12 references to uiThreadDispatcher
System.Activities.Presentation (12)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UIThreadDispatcher.cs (12)
53if (!this.uiThreadDispatcher.HasShutdownStarted) 55this.uiThreadDispatcher.BeginInvoke(priority, method); 61if (!this.uiThreadDispatcher.HasShutdownStarted) 63this.uiThreadDispatcher.BeginInvoke(priority, method, arg); 69if (!this.uiThreadDispatcher.HasShutdownStarted) 71this.uiThreadDispatcher.BeginInvoke(priority, method, arg, args); 77if (!this.uiThreadDispatcher.HasShutdownStarted) 79this.uiThreadDispatcher.Invoke(priority, method); 85if (!this.uiThreadDispatcher.HasShutdownStarted) 87this.uiThreadDispatcher.Invoke(priority, method, arg); 93if (!this.uiThreadDispatcher.HasShutdownStarted) 95this.uiThreadDispatcher.Invoke(priority, method, arg, args);