1 write to s_disableDirtyRectangles
PresentationCore (1)
System\Windows\Media\MediaSystem.cs (1)
153if (Interlocked.CompareExchange(ref s_disableDirtyRectangles, disableDirtyRectangles, oldValue) == oldValue)
2 references to s_disableDirtyRectangles
PresentationCore (2)
System\Windows\Media\MediaSystem.cs (2)
148bool oldValue = s_disableDirtyRectangles; 162get => s_disableDirtyRectangles;