1 write to _operation
WindowsBase (1)
Base\System\Windows\Threading\DispatcherOperation.cs (1)
666
_operation
= op;
7 references to _operation
WindowsBase (7)
Base\System\Windows\Threading\DispatcherOperation.cs (7)
674
_operation
.Aborted += new EventHandler(OnCompletedOrAborted);
675
_operation
.Completed += new EventHandler(OnCompletedOrAborted);
681
if(
_operation
._status != DispatcherOperationStatus.Pending &&
_operation
._status != DispatcherOperationStatus.Executing)
708
_operation
.Aborted -= new EventHandler(OnCompletedOrAborted);
709
_operation
.Completed -= new EventHandler(OnCompletedOrAborted);
723
get { return
_operation
.DispatcherLock; }