6 references to PreserveGraphicsClipping
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewUtilities.cs (2)
159tff |= TextFormatFlags.PreserveGraphicsClipping; 457TextFormatFlags.PreserveGraphicsClipping |
winforms\Managed\System\WinForms\GDI\WindowsGraphicsWrapper.cs (1)
48if( (flags & TextFormatFlags.PreserveGraphicsClipping) != 0)
winforms\Managed\System\WinForms\GroupBox.cs (1)
522TextFormatFlags textFlags = TextFormatFlags.Default | TextFormatFlags.TextBoxControl | TextFormatFlags.WordBreak | TextFormatFlags.PreserveGraphicsTranslateTransform | TextFormatFlags.PreserveGraphicsClipping;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5298return TextFormatFlags.PreserveGraphicsClipping |
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
31private const TextFormatFlags AllGraphicsProperties = TextFormatFlags.PreserveGraphicsClipping | TextFormatFlags.PreserveGraphicsTranslateTransform;