Implemented interface member:
property
Scale
MS.Internal.Documents.IDocumentScrollInfo.Scale
9 references to Scale
PresentationFramework (9)
MS\Internal\Documents\DocumentGrid.cs (9)
421if (!DoubleUtil.AreClose(scale, Scale)) 1067pageSize.Width *= Scale; 1068pageSize.Height *= Scale; 1084newPageSize.Width *= Scale; 1085newPageSize.Height *= Scale; 1196pageSize.Width *= Scale; 1197pageSize.Height *= Scale; 1985if (!DoubleUtil.AreClose(scale, Scale)) 2678horizontalOffset += pageSize.Width * Scale + HorizontalPageSpacing;