2 writes to context
System.Drawing (2)
commonui\System\Drawing\BufferedGraphics.cs (2)
48this.context = context; 75context = null;
3 references to context
System.Drawing (3)
commonui\System\Drawing\BufferedGraphics.cs (3)
70if (context != null) { 71context.ReleaseBuffer(this); 74context.Dispose();