9 references to Max
PresentationFramework.Classic (3)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
240float max = Math.Max(rgbColor.Red, Math.Max(rgbColor.Green, rgbColor.Blue)); 272saturation = Math.Max(0.0f, Math.Min(saturation, 1.0f));
System.Data.Common (1)
System\Data\Common\SingleStorage.cs (1)
125max = Math.Max(_values[record], max);
System.Drawing.Primitives (4)
System\Drawing\RectangleF.cs (4)
273float x1 = Math.Max(a.X, b.X); 275float y1 = Math.Max(a.Y, b.Y); 298float x2 = Math.Max(a.X + a.Width, b.X + b.Width); 300float y2 = Math.Max(a.Y + a.Height, b.Y + b.Height);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\MathF.cs (1)
248return Math.Max(x, y);