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