8 references to ClipRectangle
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
16678Rectangle clipRect = e.ClipRectangle;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3299Rectangle clipRect = e.ClipRectangle;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3498Rectangle clippingRect = e.ClipRectangle;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
524Rectangle clipBounds = e.ClipRectangle;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
353Rectangle clipRect = e.ClipRectangle;
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
719if (!e.ClipRectangle.Contains(focusRect) || !Focused || !ShowFocusCues)
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
488Rectangle originalClip = e.ClipRectangle;
System\Windows\Forms\Design\ControlDesigner.cs (1)
1556if (_inheritanceUI is not null && pe.ClipRectangle.IntersectsWith(InheritanceUI.InheritanceGlyphRectangle))