13 references to PreserveGraphicsClipping
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (2)
141
tff |= TextFormatFlags.
PreserveGraphicsClipping
;
462
TextFormatFlags.
PreserveGraphicsClipping
|
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);
39
TextFormatFlags.
PreserveGraphicsClipping
46
=> TextFormatFlags.
PreserveGraphicsClipping
| TextFormatFlags.PreserveGraphicsTranslateTransform;
System\Windows\Forms\Rendering\TextRenderer.cs (1)
610
if (textFormatFlags.HasFlag(TextFormatFlags.
PreserveGraphicsClipping
))
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1859
TextFormatFlags.
PreserveGraphicsClipping
|
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.Tests (4)
System\Windows\Forms\TextRendererTests.cs (4)
794
{ TextFormatFlags.
PreserveGraphicsClipping
, new Rectangle(6, 12, 5, 0) },
795
{ TextFormatFlags.
PreserveGraphicsClipping
| TextFormatFlags.PreserveGraphicsTranslateTransform, new Rectangle(8, 12, 3, 7) },
831
{ TextFormatFlags.
PreserveGraphicsClipping
, new Size(57, 13) },
832
{ TextFormatFlags.
PreserveGraphicsClipping
| TextFormatFlags.PreserveGraphicsTranslateTransform, new Size(57, 13) },