2 references to SetGraphicsMode
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (2)
920this.oldGraphicsMode = NativeMethods.SetGraphicsMode(this.hdc, NativeMethods.GM_ADVANCED); 985result = NativeMethods.SetGraphicsMode(this.hdc, this.oldGraphicsMode);