6 references to _findOffsetPrecision
PresentationFramework (6)
MS\Internal\Documents\RowCache.cs (6)
316double roundedOffset = Math.Round(offset, _findOffsetPrecision); 324double rowOffset = Math.Round(_rowCache[i].VerticalOffset, _findOffsetPrecision); 325double rowHeight = Math.Round(_rowCache[i].RowSize.Height, _findOffsetPrecision); 416startOffset = Math.Round(startOffset, _findOffsetPrecision); 417endOffset = Math.Round(endOffset, _findOffsetPrecision); 423double rowOffset = Math.Round(_rowCache[i].VerticalOffset, _findOffsetPrecision);