1 write to _ia
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2389_ia = ia;
10 references to _ia
PresentationUI (10)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (10)
2458bool physicalPagePortrait = (_ia.MediaSizeWidth < _ia.MediaSizeHeight); 2486if (pageBounds.Width > _ia.MediaSizeWidth || pageBounds.Height > _ia.MediaSizeHeight ) 2491double factorX = _ia.MediaSizeWidth / pageBounds.Width; 2492double factorY = _ia.MediaSizeHeight / pageBounds.Height; 2510double left = (_ia.MediaSizeWidth - pageBounds.Width) / 2.0; 2511double top = (_ia.MediaSizeHeight - pageBounds.Height) / 2.0; 2528Size size = new Size(_ia.MediaSizeWidth, _ia.MediaSizeHeight);