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