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