2 writes to _pendingIdleCallback
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
475
_pendingIdleCallback
= true;
532
_pendingIdleCallback
= false;
2 references to _pendingIdleCallback
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
472
if (!
_pendingIdleCallback
)
529
Invariant.Assert(
_pendingIdleCallback
);