4 references to ExtentHeight
PresentationFramework (4)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
568
return _rowCache.
ExtentHeight
;
src\Framework\MS\Internal\Documents\RowCache.cs (3)
318
if (offset < 0 || offset >
ExtentHeight
)
386
if (DoubleUtil.AreClose(offset,
ExtentHeight
) )
417
if (startOffset < 0 || startOffset >
ExtentHeight
)