6 references to _findOffsetPrecision
PresentationFramework (6)
src\Framework\MS\Internal\Documents\RowCache.cs (6)
332
double roundedOffset = Math.Round(offset,
_findOffsetPrecision
);
340
double rowOffset = Math.Round(_rowCache[i].VerticalOffset,
_findOffsetPrecision
);
341
double rowHeight = Math.Round(_rowCache[i].RowSize.Height,
_findOffsetPrecision
);
435
startOffset = Math.Round(startOffset,
_findOffsetPrecision
);
436
endOffset = Math.Round(endOffset,
_findOffsetPrecision
);
442
double rowOffset = Math.Round(_rowCache[i].VerticalOffset,
_findOffsetPrecision
);