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