2 writes to _executionContext
WindowsBase (2)
Base\System\Windows\Threading\DispatcherOperation.cs (2)
50_executionContext = CulturePreservingExecutionContext.Capture(); 442_executionContext = null;
3 references to _executionContext
WindowsBase (3)
Base\System\Windows\Threading\DispatcherOperation.cs (3)
436if(_executionContext != null) 438CulturePreservingExecutionContext.Run(_executionContext, _invokeInSecurityContext, this); 441_executionContext.Dispose();