3 writes to _previousContext
System.Drawing.Common (3)
System\Drawing\Graphics.cs (3)
167_previousContext = context; 3409_previousContext = context; 3425_previousContext = context.Previous;
9 references to _previousContext
System.Drawing.Common (9)
System\Drawing\Graphics.cs (9)
162while (_previousContext is not null) 165GraphicsContext? context = _previousContext.Previous; 166_previousContext.Dispose(); 3222GraphicsContext? context = _previousContext; 3402if (_previousContext is not null) 3405context.Previous = _previousContext; 3406_previousContext.Next = context; 3417Debug.Assert(_previousContext is not null, "Trying to restore a context when the stack is empty"); 3418GraphicsContext? context = _previousContext;