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