2 writes to graphics
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (2)
913this.graphics = graphics; 994this.graphics = null;
4 references to graphics
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerHelpers.cs (4)
915NativeMethods.XFORM xform = new NativeMethods.XFORM(this.graphics.Transform); 917this.hdc = new HandleRef(this, this.graphics.GetHdc()); 950if (this.graphics != null) 993this.graphics.ReleaseHdc();