21 references to Intersect
System.Windows.Forms (19)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
47layout.Focus.Intersect(layout.TextBounds);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
7101rowRect.Intersect(columnRect); 19853cellClip.Intersect(editingZone);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellRenderer.cs (2)
33cornerClip.Intersect(rectClip); 36cornerClip.Intersect(rectClip);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
3514clippingRect.Intersect(viewableArea); 3518clippingRect.Intersect(bounds);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1763bounds.Intersect(toolStrip.ClientRectangle);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.cs (2)
38imageRect.Intersect(layoutData.Field); 62textRect.Intersect(layoutData.Field);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
1089intersection.Intersect(c2.Bounds);
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderEventArgs.cs (1)
122overlap.Intersect(itemBounds);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (4)
535clipLeft.Intersect(clipBounds); 536clipTop.Intersect(clipBounds); 537clipRight.Intersect(clipBounds); 538clipBottom.Intersect(clipBounds);
System\Windows\Forms\Rendering\ControlPaint.cs (3)
468imageRectangle.Intersect(clipRect); 475imageRect.Intersect(clipRect); 489imageRect.Intersect(clipRect);
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextRange.cs (2)
399rectangle.Intersect(clippingRectangle); 865rect.Intersect(clippingRectangle);