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