1 write to _operation
WindowsBase (1)
Base\System\Windows\Threading\DispatcherHookEventArgs.cs (1)
16
_operation
= operation;
3 references to _operation
WindowsBase (3)
Base\System\Windows\Threading\DispatcherHookEventArgs.cs (3)
26
return
_operation
!= null ?
_operation
.Dispatcher : null;
37
return
_operation
;