2 writes to _pendingBackgroundFormatter
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (2)
129_pendingBackgroundFormatter = formatter; 202_pendingBackgroundFormatter = null;
2 references to _pendingBackgroundFormatter
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\BackgroundFormatInfo.cs (2)
199if (_pendingBackgroundFormatter != null) 201BackgroundFormat(_pendingBackgroundFormatter, true /* ignoreThrottle */);