4 references to ExtentHeight
PresentationFramework (4)
MS\Internal\Documents\DocumentGrid.cs (1)
549
return _rowCache.
ExtentHeight
;
MS\Internal\Documents\RowCache.cs (3)
305
ArgumentOutOfRangeException.ThrowIfGreaterThan(offset,
ExtentHeight
);
370
if (DoubleUtil.AreClose(offset,
ExtentHeight
))
398
if (startOffset < 0 || startOffset >
ExtentHeight
)