1 write to _ia
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2386_ia = ia;
10 references to _ia
PresentationUI (10)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (10)
2455bool physicalPagePortrait = (_ia.MediaSizeWidth < _ia.MediaSizeHeight); 2483if (pageBounds.Width > _ia.MediaSizeWidth || pageBounds.Height > _ia.MediaSizeHeight ) 2488double factorX = _ia.MediaSizeWidth / pageBounds.Width; 2489double factorY = _ia.MediaSizeHeight / pageBounds.Height; 2507double left = (_ia.MediaSizeWidth - pageBounds.Width) / 2.0; 2508double top = (_ia.MediaSizeHeight - pageBounds.Height) / 2.0; 2525Size size = new Size(_ia.MediaSizeWidth, _ia.MediaSizeHeight);