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)) 1073pageSize.Width *= Scale; 1074pageSize.Height *= Scale; 1090newPageSize.Width *= Scale; 1091newPageSize.Height *= Scale; 1202pageSize.Width *= Scale; 1203pageSize.Height *= Scale; 1994if (!DoubleUtil.AreClose(scale, Scale)) 2687horizontalOffset += pageSize.Width * Scale + HorizontalPageSpacing;