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