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)
436
if(
_executionContext
!= null)
438
CulturePreservingExecutionContext.Run(
_executionContext
, _invokeInSecurityContext, this);
441
_executionContext
.Dispose();