4 references to TranslateTransform
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
3289bool applyTransform = apply.HasFlag(ApplyGraphicsProperties.TranslateTransform);
System.Private.Windows.GdiPlus (1)
System\Drawing\ApplyGraphicsProperties.cs (1)
30All = Clipping | TranslateTransform
System.Windows.Forms (2)
System\Windows\Forms\Rendering\TextRenderer.cs (2)
617apply |= ApplyGraphicsProperties.TranslateTransform; 640Debug.Assert(apply.HasFlag(ApplyGraphicsProperties.TranslateTransform)