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)
867
if (!
_isLayoutCompleted
)
999
if (!
_isLayoutCompleted
)
1055
if (!
_isLayoutCompleted
)
1199
if (
_isLayoutCompleted
)