2 writes to _backgroundFormatOperation
PresentationFramework (2)
MS\Internal\PtsHost\PtsPage.cs (2)
275
_backgroundFormatOperation
= Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Background, BackgroundUpdateCallback, this);
725
_backgroundFormatOperation
= null;
1 reference to _backgroundFormatOperation
PresentationFramework (1)
MS\Internal\PtsHost\PtsPage.cs (1)
747
_backgroundFormatOperation
?.Abort();