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