Implemented interface member:
property
Scale
MS.Internal.Documents.IDocumentScrollInfo.Scale
9 references to Scale
PresentationFramework (9)
MS\Internal\Documents\DocumentGrid.cs (9)
422if (!DoubleUtil.AreClose(scale, Scale)) 1077pageSize.Width *= Scale; 1078pageSize.Height *= Scale; 1094newPageSize.Width *= Scale; 1095newPageSize.Height *= Scale; 1206pageSize.Width *= Scale; 1207pageSize.Height *= Scale; 1998if (!DoubleUtil.AreClose(scale, Scale)) 2703horizontalOffset += pageSize.Width * Scale + HorizontalPageSpacing;