3 writes to _isDirty
PresentationCore (3)
System\Windows\InterOp\D3DImage.cs (3)
185
_isDirty
= false;
314
_isDirty
= true;
722
_isDirty
= false;
3 references to _isDirty
PresentationCore (3)
System\Windows\InterOp\D3DImage.cs (3)
263
if (
_isDirty
&& _lockCount == 0)
659
Debug.Assert(
_isDirty
);
828
if (!channel.IsSynchronous &&
_isDirty
)