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)
209if(_operation != null) 211_operation.Abort(); 265if (_operation != null) 298if(_operation != null) 300_operation.Priority = _priority;