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