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