6 references to _findOffsetPrecision
PresentationFramework (6)
MS\Internal\Documents\RowCache.cs (6)
311
double roundedOffset = Math.Round(offset,
_findOffsetPrecision
);
319
double rowOffset = Math.Round(_rowCache[i].VerticalOffset,
_findOffsetPrecision
);
320
double rowHeight = Math.Round(_rowCache[i].RowSize.Height,
_findOffsetPrecision
);
411
startOffset = Math.Round(startOffset,
_findOffsetPrecision
);
412
endOffset = Math.Round(endOffset,
_findOffsetPrecision
);
418
double rowOffset = Math.Round(_rowCache[i].VerticalOffset,
_findOffsetPrecision
);