2 instantiations of XFORM
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (2)
915NativeMethods.XFORM xform = new NativeMethods.XFORM(this.graphics.Transform); 977int result = NativeMethods.SetWorldTransform(this.hdc, new NativeMethods.XFORM());
2 references to XFORM
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (1)
915NativeMethods.XFORM xform = new NativeMethods.XFORM(this.graphics.Transform);
Shared\NativeMethods.cs (1)
301public static extern int SetWorldTransform(HandleRef hdc, XFORM xform);