2 writes to _pendingBackgroundFormatter
PresentationFramework (2)
MS\Internal\PtsHost\BackgroundFormatInfo.cs (2)
125_pendingBackgroundFormatter = formatter; 198_pendingBackgroundFormatter = null;
2 references to _pendingBackgroundFormatter
PresentationFramework (2)
MS\Internal\PtsHost\BackgroundFormatInfo.cs (2)
195if (_pendingBackgroundFormatter != null) 197BackgroundFormat(_pendingBackgroundFormatter, true /* ignoreThrottle */);