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