2 writes to _isWaitingForCommit
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (2)
1472
_isWaitingForCommit
= true;
1483
_isWaitingForCommit
= false;
4 references to _isWaitingForCommit
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (4)
738
Debug.Assert(!
_isWaitingForCommit
);
1466
if (!
_isWaitingForCommit
)
1479
if (
_isWaitingForCommit
)
1502
Debug.Assert(
_isWaitingForCommit
); // How else are we here?