5 references to Intersect
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (1)
384CombineMode.Intersect);
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (1)
249e.Graphics.SetClip(clipBounds, CombineMode.Intersect);
System\Windows\Forms\Rendering\Animation\AnimatedFocusIndicatorRenderer.cs (1)
111graphics.SetClip(focusClip, CombineMode.Intersect);
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (2)
223graphics.SetClip(bowlPath, CombineMode.Intersect); 426graphics.SetClip(clipPath, CombineMode.Intersect);