3 writes to _isLayoutCompleted
PresentationFramework (3)
src\Framework\MS\Internal\Documents\RowCache.cs (3)
67
_isLayoutCompleted
= false;
557
_isLayoutCompleted
= false;
588
_isLayoutCompleted
= true;
4 references to _isLayoutCompleted
PresentationFramework (4)
src\Framework\MS\Internal\Documents\RowCache.cs (4)
914
if (!
_isLayoutCompleted
)
1045
if (!
_isLayoutCompleted
)
1099
if (!
_isLayoutCompleted
)
1241
if (
_isLayoutCompleted
)