4 references to RegionScope
System.Private.Windows.GdiPlus (2)
Windows\Win32\Graphics\GdiPlus\GpRegionExtensions.cs (2)
13RegionScope scope = new(InitializeFromGdiPlus(region.GetPointer(), graphics.GetPointer())); 26RegionScope scope = new(InitializeFromGdiPlus(region.GetPointer(), graphics));
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
2629return new RegionScope(HRGN.Null); 2649return new RegionScope(HRGN.Null);