1 write to _ia
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2385_ia = ia;
10 references to _ia
PresentationUI (10)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (10)
2454bool physicalPagePortrait = (_ia.MediaSizeWidth < _ia.MediaSizeHeight); 2482if (pageBounds.Width > _ia.MediaSizeWidth || pageBounds.Height > _ia.MediaSizeHeight ) 2487double factorX = _ia.MediaSizeWidth / pageBounds.Width; 2488double factorY = _ia.MediaSizeHeight / pageBounds.Height; 2506double left = (_ia.MediaSizeWidth - pageBounds.Width) / 2.0; 2507double top = (_ia.MediaSizeHeight - pageBounds.Height) / 2.0; 2524Size size = new Size(_ia.MediaSizeWidth, _ia.MediaSizeHeight);