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)
196
if (
_pendingBackgroundFormatter
!= null)
198
BackgroundFormat(
_pendingBackgroundFormatter
, true /* ignoreThrottle */);