1 write to _ia
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2381_ia = ia;
10 references to _ia
PresentationUI (10)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (10)
2450bool physicalPagePortrait = (_ia.MediaSizeWidth < _ia.MediaSizeHeight); 2478if (pageBounds.Width > _ia.MediaSizeWidth || pageBounds.Height > _ia.MediaSizeHeight ) 2483double factorX = _ia.MediaSizeWidth / pageBounds.Width; 2484double factorY = _ia.MediaSizeHeight / pageBounds.Height; 2502double left = (_ia.MediaSizeWidth - pageBounds.Width) / 2.0; 2503double top = (_ia.MediaSizeHeight - pageBounds.Height) / 2.0; 2520Size size = new Size(_ia.MediaSizeWidth, _ia.MediaSizeHeight);