3 writes to _isDirty
PresentationCore (3)
System\Windows\InterOp\D3DImage.cs (3)
198
_isDirty
= false;
327
_isDirty
= true;
736
_isDirty
= false;
3 references to _isDirty
PresentationCore (3)
System\Windows\InterOp\D3DImage.cs (3)
276
if (
_isDirty
&& _lockCount == 0)
672
Debug.Assert(
_isDirty
);
849
if (!channel.IsSynchronous &&
_isDirty
)