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)
747
if (
_backgroundFormatOperation
!= null)
749
_backgroundFormatOperation
.Abort();