3 writes to _isLayoutCompleted
PresentationFramework (3)
MS\Internal\Documents\RowCache.cs (3)
54
_isLayoutCompleted
= false;
528
_isLayoutCompleted
= false;
559
_isLayoutCompleted
= true;
4 references to _isLayoutCompleted
PresentationFramework (4)
MS\Internal\Documents\RowCache.cs (4)
865
if (!
_isLayoutCompleted
)
995
if (!
_isLayoutCompleted
)
1049
if (!
_isLayoutCompleted
)
1191
if (
_isLayoutCompleted
)