2 writes to _pendingIdleCallback
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
480
_pendingIdleCallback
= true;
540
_pendingIdleCallback
= false;
2 references to _pendingIdleCallback
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
477
if (!
_pendingIdleCallback
)
537
Invariant.Assert(
_pendingIdleCallback
);