1 write to _ia
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2393_ia = ia;
10 references to _ia
PresentationUI (10)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (10)
2462bool physicalPagePortrait = (_ia.MediaSizeWidth < _ia.MediaSizeHeight); 2490if (pageBounds.Width > _ia.MediaSizeWidth || pageBounds.Height > _ia.MediaSizeHeight ) 2495double factorX = _ia.MediaSizeWidth / pageBounds.Width; 2496double factorY = _ia.MediaSizeHeight / pageBounds.Height; 2514double left = (_ia.MediaSizeWidth - pageBounds.Width) / 2.0; 2515double top = (_ia.MediaSizeHeight - pageBounds.Height) / 2.0; 2532Size size = new Size(_ia.MediaSizeWidth, _ia.MediaSizeHeight);