Implemented interface member:
property
Scale
MS.Internal.Documents.IDocumentScrollInfo.Scale
9 references to Scale
PresentationFramework (9)
MS\Internal\Documents\DocumentGrid.cs (9)
429if (!DoubleUtil.AreClose(scale, Scale)) 1084pageSize.Width *= Scale; 1085pageSize.Height *= Scale; 1101newPageSize.Width *= Scale; 1102newPageSize.Height *= Scale; 1213pageSize.Width *= Scale; 1214pageSize.Height *= Scale; 2002if (!DoubleUtil.AreClose(scale, Scale)) 2705horizontalOffset += pageSize.Width * Scale + HorizontalPageSpacing;