3 writes to _isDirty
PresentationCore (3)
Core\CSharp\System\Windows\Interop\D3DImage.cs (3)
231
_isDirty
= false;
365
_isDirty
= true;
805
_isDirty
= false;
3 references to _isDirty
PresentationCore (3)
Core\CSharp\System\Windows\Interop\D3DImage.cs (3)
309
if (
_isDirty
&& _lockCount == 0)
741
Debug.Assert(
_isDirty
);
924
if (!channel.IsSynchronous &&
_isDirty
)