6 references to Intersect
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (2)
389newClip.Intersect(bounds); 393newClip.Intersect(imageBounds);
System\Windows\Forms\ErrorProvider\ErrorProvider.IconRegion.cs (1)
72_region.Intersect(new Rectangle(0, 0, size.Width, size.Height));
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DesignerFrame.cs (1)
484intersectionRegion.Intersect(overlayControlScreenBounds);
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (1)
343_region.Intersect(_selUIsvc.RectangleToClient(handlerClip));
System\Windows\Forms\Design\TabOrder.cs (1)
294_region?.Intersect(GetConvertedBounds(rootControl));