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