3 writes to _isDirty
PresentationCore (3)
System\Windows\InterOp\D3DImage.cs (3)
186
_isDirty
= false;
315
_isDirty
= true;
724
_isDirty
= false;
3 references to _isDirty
PresentationCore (3)
System\Windows\InterOp\D3DImage.cs (3)
264
if (
_isDirty
&& _lockCount == 0)
660
Debug.Assert(
_isDirty
);
831
if (!channel.IsSynchronous &&
_isDirty
)