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