1 write to s_DisableDirtyRectangles
PresentationCore (1)
System\Windows\Media\MediaSystem.cs (1)
165if (System.Threading.Interlocked.CompareExchange(ref s_DisableDirtyRectangles, disableDirtyRectangles, oldValue) == oldValue)
2 references to s_DisableDirtyRectangles
PresentationCore (2)
System\Windows\Media\MediaSystem.cs (2)
160int oldValue = s_DisableDirtyRectangles; 174get { return (s_DisableDirtyRectangles != 0); }