4 references to HasValidLayout
PresentationFramework (4)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (4)
346
if (_pageCache.IsPaginationCompleted && _rowCache.
HasValidLayout
)
1155
if (_firstVisiblePageNumber < _pageCache.PageCount && _rowCache.
HasValidLayout
)
1810
if (!_rowCache.
HasValidLayout
||
2897
if (_rowCache.
HasValidLayout
)