3 writes to _isLayoutCompleted
PresentationFramework (3)
MS\Internal\Documents\RowCache.cs (3)
53
_isLayoutCompleted
= false;
527
_isLayoutCompleted
= false;
558
_isLayoutCompleted
= true;
4 references to _isLayoutCompleted
PresentationFramework (4)
MS\Internal\Documents\RowCache.cs (4)
866
if (!
_isLayoutCompleted
)
998
if (!
_isLayoutCompleted
)
1054
if (!
_isLayoutCompleted
)
1198
if (
_isLayoutCompleted
)