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)
309if (_isDirty && _lockCount == 0) 741Debug.Assert(_isDirty); 924if (!channel.IsSynchronous && _isDirty)