2 writes to _isWaitingForPresent
PresentationCore (2)
Core\CSharp\System\Windows\Interop\D3DImage.cs (2)
631
_isWaitingForPresent
= true;
642
_isWaitingForPresent
= false;
3 references to _isWaitingForPresent
PresentationCore (3)
Core\CSharp\System\Windows\Interop\D3DImage.cs (3)
621
if (!
_isWaitingForPresent
)
638
if (
_isWaitingForPresent
)
742
Debug.Assert(
_isWaitingForPresent
);