2 references to FromHrgn
System.Windows.Forms (1)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
469Region region = Region.FromHrgn(hrgn);
System.Windows.Forms.Primitives (1)
System\Drawing\RegionExtensions.cs (1)
8public static Region ToRegion(this RegionScope scope) => Region.FromHrgn(scope.Region);