2 writes to _pendingIdleCallback
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
476
_pendingIdleCallback
= true;
536
_pendingIdleCallback
= false;
2 references to _pendingIdleCallback
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
473
if (!
_pendingIdleCallback
)
533
Invariant.Assert(
_pendingIdleCallback
);