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