5 references to PreserveGraphicsTranslateTransform
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewUtilities.cs (1)
458TextFormatFlags.PreserveGraphicsTranslateTransform |
winforms\Managed\System\WinForms\GDI\WindowsGraphicsWrapper.cs (1)
53if( (flags & TextFormatFlags.PreserveGraphicsTranslateTransform) != 0)
winforms\Managed\System\WinForms\GroupBox.cs (1)
522TextFormatFlags textFlags = TextFormatFlags.Default | TextFormatFlags.TextBoxControl | TextFormatFlags.WordBreak | TextFormatFlags.PreserveGraphicsTranslateTransform | TextFormatFlags.PreserveGraphicsClipping;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5299TextFormatFlags.PreserveGraphicsTranslateTransform;
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
31private const TextFormatFlags AllGraphicsProperties = TextFormatFlags.PreserveGraphicsClipping | TextFormatFlags.PreserveGraphicsTranslateTransform;