2 writes to _backgroundFormatOperation
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (2)
290_backgroundFormatOperation = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Background, BackgroundUpdateCallback, this); 798_backgroundFormatOperation = null;
2 references to _backgroundFormatOperation
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (2)
820if (_backgroundFormatOperation != null) 822_backgroundFormatOperation.Abort();