6 references to Max
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (2)
210uint width = Math.Max(1, (uint)(scaleX * _source.PixelWidth + 0.5)); 211uint height = Math.Max(1, (uint)(scaleY * _source.PixelHeight + 0.5));
PresentationFramework (3)
src\Framework\System\Windows\Controls\PrintDialog.cs (3)
359dlg.MinPage = Math.Max(1, Math.Min(_minPage, _maxPage)); 360dlg.MaxPage = Math.Max(dlg.MinPage, Math.Max(_minPage, _maxPage));
System.Data (1)
fx\src\data\System\Data\Common\UInt32Storage.cs (1)
115max=Math.Max(values[record], max);