4 writes to _drawDebugVisual
PresentationFramework (4)
System\Windows\Documents\FixedPage.cs (4)
102
_drawDebugVisual
--;
106
_drawDebugVisual
++;
109
_drawDebugVisual
%= (int)DrawDebugVisual.LastOne;
113
_drawDebugVisual
+= (int)DrawDebugVisual.LastOne;
3 references to _drawDebugVisual
PresentationFramework (3)
System\Windows\Documents\FixedPage.cs (3)
111
if (
_drawDebugVisual
< 0)
126
if (
_drawDebugVisual
== 0)
965
return
_drawDebugVisual
;