1 write to _dispatcher
WindowsBase (1)
Base\System\Windows\Threading\DispatcherTimer.cs (1)
256_dispatcher = dispatcher;
6 references to _dispatcher
WindowsBase (6)
Base\System\Windows\Threading\DispatcherTimer.cs (6)
110return _dispatcher; 173_dispatcher.UpdateWin32Timer(); 220_dispatcher.RemoveTimer(this); 272_operation = _dispatcher.BeginInvoke( 280if (_interval.TotalMilliseconds == 0 && _dispatcher.CheckAccess()) 287_dispatcher.AddTimer(this);