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