177 references to MaxValue
BinaryFormatTests (6)
dotnet-svcutil-lib (2)
GenerateDocumentationAndConfigFiles (2)
Microsoft.AspNetCore.Components.Tests (1)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
Microsoft.CodeAnalysis.VisualBasic (2)
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.CodeAnalysis.Workspaces.UnitTests (5)
Microsoft.Data.Analysis (3)
Microsoft.DotNet.XUnitAssert.Tests (3)
Microsoft.Maui.Graphics (2)
Microsoft.ML.Core (2)
Microsoft.ML.Data (1)
Microsoft.ML.FastTree (1)
Microsoft.ML.KMeansClustering (1)
Microsoft.ML.LightGbm (1)
Microsoft.ML.Samples (2)
Microsoft.ML.TestFramework (1)
Microsoft.ML.Tests (7)
Microsoft.ML.Tokenizers (1)
Microsoft.ML.Transforms (5)
Microsoft.ML.Vision (1)
Microsoft.VisualBasic.Core (7)
Microsoft.VisualStudio.LanguageServices (1)
PresentationCore (6)
Roslyn.Diagnostics.Analyzers (2)
System.Data.Common (2)
System.Drawing.Common.Tests (69)
System\Drawing\Drawing2D\MatrixTests.cs (30)
315: float.MaxValue;
317yield return new object[] { new Matrix(10, 20, 30, 40, 50, 60), new Matrix(float.MaxValue, float.MaxValue, float.MaxValue, float.MaxValue, float.MaxValue, float.MaxValue), MatrixOrder.Prepend, new float[] { expectedMaxMultiply, expectedMaxMultiply, expectedMaxMultiply, expectedMaxMultiply, expectedMaxMultiply, expectedMaxMultiply } };
318yield return new object[] { new Matrix(10, 20, 30, 40, 50, 60), new Matrix(float.MaxValue, float.MaxValue, float.MaxValue, float.MaxValue, float.MaxValue, float.MaxValue), MatrixOrder.Append, new float[] { expectedMaxMultiply, expectedMaxMultiply, expectedMaxMultiply, expectedMaxMultiply, expectedMaxMultiply, expectedMaxMultiply } };
544: float.MaxValue;
546yield return new object[] { new Matrix(10, 20, 30, 40, 50, 60), float.MaxValue, float.MaxValue, MatrixOrder.Prepend, new float[] { expectedMaxScale, expectedMaxScale, expectedMaxScale, expectedMaxScale, 50, 60 } };
547yield return new object[] { new Matrix(10, 20, 30, 40, 50, 60), float.MaxValue, float.MaxValue, MatrixOrder.Append, new float[] { expectedMaxScale, expectedMaxScale, expectedMaxScale, expectedMaxScale, expectedMaxScale, expectedMaxScale } };
616: float.MaxValue;
618yield return new object[] { new Matrix(10, 20, 30, 40, 50, 60), float.MaxValue, float.MaxValue, MatrixOrder.Prepend, new float[] { expectedMaxShear, expectedMaxShear, expectedMaxShear, expectedMaxShear, 50, 60 } };
619yield return new object[] { new Matrix(10, 20, 30, 40, 50, 60), float.MaxValue, float.MaxValue, MatrixOrder.Append, new float[] { expectedMaxShear, expectedMaxShear, expectedMaxShear, expectedMaxShear, expectedMaxShear, expectedMaxShear } };
678: float.MaxValue;
680yield return new object[] { new Matrix(1, 2, 3, 4, 5, 6), float.MaxValue, float.MaxValue, MatrixOrder.Prepend, new float[] { 1, 2, 3, 4, expectedMaxTranslation, expectedMaxTranslation } };
681yield return new object[] { new Matrix(1, 2, 3, 4, 5, 6), float.MaxValue, float.MaxValue, MatrixOrder.Append, new float[] { 1, 2, 3, 4, float.MaxValue, float.MaxValue } };
System\Drawing\FontTests.cs (7)
14yield return new object[] { FontFamily.GenericSerif, float.MaxValue };
20yield return new object[] { FontFamily.GenericSerif, float.MaxValue };
94yield return new object[] { FontFamily.GenericSerif, float.MaxValue, FontStyle.Underline };
136yield return new object[] { FontFamily.GenericSerif, float.MaxValue, GraphicsUnit.Pixel };
176yield return new object[] { FontFamily.GenericSerif, float.MaxValue, FontStyle.Underline, GraphicsUnit.Pixel };
218yield return new object[] { FontFamily.GenericSerif, float.MaxValue, FontStyle.Underline, GraphicsUnit.Pixel, 10 };
260yield return new object[] { FontFamily.GenericSerif, float.MaxValue, FontStyle.Underline, GraphicsUnit.Pixel, 10, true };
System.Private.CoreLib (6)
System.Private.DataContractSerialization (1)
System.Private.Windows.Core.Tests (5)
System.Text.Json (3)
System.Windows.Forms.Tests (8)
System.Windows.Input.Manipulations (1)
Text.Analyzers (2)