3 writes to _operation
WindowsBase (3)
Base\System\Windows\Threading\DispatcherTimer.cs (3)
212
_operation
= null;
272
_operation
= _dispatcher.BeginInvoke(
308
_operation
= null;
5 references to _operation
WindowsBase (5)
Base\System\Windows\Threading\DispatcherTimer.cs (5)
209
if(
_operation
!= null)
211
_operation
.Abort();
265
if (
_operation
!= null)
298
if(
_operation
!= null)
300
_operation
.Priority = _priority;