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