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