3 writes to _isLayoutCompleted
PresentationFramework (3)
MS\Internal\Documents\RowCache.cs (3)
59
_isLayoutCompleted
= false;
533
_isLayoutCompleted
= false;
564
_isLayoutCompleted
= true;
4 references to _isLayoutCompleted
PresentationFramework (4)
MS\Internal\Documents\RowCache.cs (4)
870
if (!
_isLayoutCompleted
)
1000
if (!
_isLayoutCompleted
)
1054
if (!
_isLayoutCompleted
)
1196
if (
_isLayoutCompleted
)