Implemented interface member:
property
Scale
MS.Internal.Documents.IDocumentScrollInfo.Scale
9 references to Scale
PresentationFramework (9)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (9)
438if (!DoubleUtil.AreClose(scale, Scale)) 1105pageSize.Width *= Scale; 1106pageSize.Height *= Scale; 1122newPageSize.Width *= Scale; 1123newPageSize.Height *= Scale; 1237pageSize.Width *= Scale; 1238pageSize.Height *= Scale; 2042if (!DoubleUtil.AreClose(scale, Scale)) 2755horizontalOffset += pageSize.Width * Scale + HorizontalPageSpacing;