13 references to PreserveGraphicsClipping
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (2)
141tff |= TextFormatFlags.PreserveGraphicsClipping; 462TextFormatFlags.PreserveGraphicsClipping |
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); 39TextFormatFlags.PreserveGraphicsClipping 46=> TextFormatFlags.PreserveGraphicsClipping | TextFormatFlags.PreserveGraphicsTranslateTransform;
System\Windows\Forms\Rendering\TextRenderer.cs (1)
610if (textFormatFlags.HasFlag(TextFormatFlags.PreserveGraphicsClipping))
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1859TextFormatFlags.PreserveGraphicsClipping |
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 (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) },