8 references to 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)
System.Windows.Forms.Primitives.Tests (5)
System\Windows\Forms\DeviceContextHdcScopeTests.cs (5)
27using (DeviceContextHdcScope scope = new(g, ApplyGraphicsProperties.TranslateTransform)) 110using (DeviceContextHdcScope scope = new(g, ApplyGraphicsProperties.TranslateTransform)) 210[InlineData((int)ApplyGraphicsProperties.TranslateTransform)] 243[InlineData((int)ApplyGraphicsProperties.TranslateTransform)] 315[InlineData((int)ApplyGraphicsProperties.TranslateTransform)]