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