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