11 references to MakeEmpty
System.Drawing.Common.Tests (5)
System\Drawing\RegionTests.cs (5)
530
emptyRegion.
MakeEmpty
();
951
region.
MakeEmpty
();
1442
region.
MakeEmpty
();
1452
region.
MakeEmpty
();
1460
AssertExtensions.Throws<ArgumentException>(null, () => CreateDisposedRegion().
MakeEmpty
());
System.Windows.Forms.Tests (6)
System\Windows\Forms\ControlTests.Properties.cs (6)
9900
oldValue.
MakeEmpty
();
9904
Assert.Throws<ArgumentException>(oldValue.
MakeEmpty
);
9910
Assert.Throws<ArgumentException>(oldValue.
MakeEmpty
);
9952
oldValue.
MakeEmpty
();
9963
Assert.Throws<ArgumentException>(oldValue.
MakeEmpty
);
9972
Assert.Throws<ArgumentException>(oldValue.
MakeEmpty
);