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