2 writes to clipRegion
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
18381
clipRegion
= IntPtr.Zero;
18418
clipRegion
= SafeNativeMethods.CreateRectRgn(rcIntersect.left, rcIntersect.top,
5 references to clipRegion
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (5)
17438
if (
clipRegion
== IntPtr.Zero) {
17443
return
clipRegion
;
17451
SafeNativeMethods.CombineRgn(new HandleRef(null, newRegion), new HandleRef(null, region), new HandleRef(this,
clipRegion
), NativeMethods.RGN_DIFF);
18378
if (
clipRegion
!= IntPtr.Zero) {
18430
IntPtr finalClipRegion =
clipRegion
;