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