14 references to PreserveGraphicsTranslateTransform
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (1)
463TextFormatFlags.PreserveGraphicsTranslateTransform |
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
412| TextFormatFlags.PreserveGraphicsTranslateTransform | TextFormatFlags.PreserveGraphicsClipping;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.MeasureTextHelper.cs (3)
29TextFormatFlags.PreserveGraphicsClipping | TextFormatFlags.PreserveGraphicsTranslateTransform); 40| TextFormatFlags.PreserveGraphicsTranslateTransform 46=> TextFormatFlags.PreserveGraphicsClipping | TextFormatFlags.PreserveGraphicsTranslateTransform;
System\Windows\Forms\Rendering\TextRenderer.cs (1)
615if (textFormatFlags.HasFlag(TextFormatFlags.PreserveGraphicsTranslateTransform))
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1862TextFormatFlags.PreserveGraphicsTranslateTransform;
System\Windows\Forms\Design\SplitterPanelDesigner.cs (1)
194TextRenderer.DrawText(g, name, drawFont, new Point(watermarkX, watermarkY), waterMarkTextColor, TextFormatFlags.PreserveGraphicsClipping | TextFormatFlags.PreserveGraphicsTranslateTransform);
System.Windows.Forms.Tests (6)
System\Windows\Forms\CheckBoxRendererTests.cs (1)
87[InlineData(TextFormatFlags.PreserveGraphicsTranslateTransform, CheckBoxState.CheckedPressed)]
System\Windows\Forms\RadioButtonRendererTests.cs (1)
80[InlineData(TextFormatFlags.PreserveGraphicsTranslateTransform, RadioButtonState.CheckedPressed)]
System\Windows\Forms\TextRendererTests.cs (4)
793{ TextFormatFlags.PreserveGraphicsTranslateTransform, new Rectangle(8, 10, 49, 12) }, 795{ TextFormatFlags.PreserveGraphicsClipping | TextFormatFlags.PreserveGraphicsTranslateTransform, new Rectangle(8, 12, 3, 7) }, 830{ TextFormatFlags.PreserveGraphicsTranslateTransform, new Size(57, 13) }, 832{ TextFormatFlags.PreserveGraphicsClipping | TextFormatFlags.PreserveGraphicsTranslateTransform, new Size(57, 13) },