3 references to Throws
System.Drawing.Common.Tests (2)
System\Drawing\Drawing2D\PathGradientBrushTests.cs (1)
213AssertExtensions.Throws<ArgumentNullException>(() => brush.SurroundColors = null);
System\Drawing\Text\PrivateFontCollectionTests.cs (1)
100AssertExtensions.Throws<FileNotFoundException>(() => fontCollection.AddFontFile(string.Empty));
System.Windows.Forms.Primitives.TestUtilities (1)
Extensions\AssertExtensions.cs (1)
163Throws<TNetFxExceptionType>(action);