9 references to PreserveGraphicsTranslateTransform
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (1)
463
TextFormatFlags.
PreserveGraphicsTranslateTransform
|
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
412
| TextFormatFlags.
PreserveGraphicsTranslateTransform
| TextFormatFlags.PreserveGraphicsClipping;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.MeasureTextHelper.cs (3)
29
TextFormatFlags.PreserveGraphicsClipping | TextFormatFlags.
PreserveGraphicsTranslateTransform
);
40
| TextFormatFlags.
PreserveGraphicsTranslateTransform
46
=> TextFormatFlags.PreserveGraphicsClipping | TextFormatFlags.
PreserveGraphicsTranslateTransform
;
System\Windows\Forms\Rendering\TextRenderer.cs (1)
615
if (textFormatFlags.HasFlag(TextFormatFlags.
PreserveGraphicsTranslateTransform
))
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1856
TextFormatFlags.
PreserveGraphicsTranslateTransform
;
System\Windows\Forms\Design\SplitterPanelDesigner.cs (1)
194
TextRenderer.DrawText(g, name, drawFont, new Point(watermarkX, watermarkY), waterMarkTextColor, TextFormatFlags.PreserveGraphicsClipping | TextFormatFlags.
PreserveGraphicsTranslateTransform
);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
897
TextFormatFlags flags = TextFormatFlags.EndEllipsis | TextFormatFlags.
PreserveGraphicsTranslateTransform
| TextFormatFlags.PreserveGraphicsClipping;