8 references to RegionData
System.Drawing (1)
System.Drawing.cs (1)
52
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.
RegionData
))]
System.Drawing.Common (2)
Special\NotSupported.cs (2)
1029
public Region(System.Drawing.Drawing2D.
RegionData
rgnData) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
1047
public System.Drawing.Drawing2D.
RegionData
? GetRegionData() { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
System.Drawing.Common.Tests (5)
System\Drawing\RegionTests.cs (5)
121
AssertExtensions.Throws<ArgumentNullException>("rgnData", () => new Region((
RegionData
)null));
128
RegionData
regionData = region.GetRegionData();
140
RegionData
regionData = region.GetRegionData();
150
RegionData
regionData = region.GetRegionData();
158
RegionData
regionData = region.GetRegionData();