3 writes to _suspendLayout
PresentationFramework (3)
MS\Internal\Documents\FlowDocumentView.cs (3)
270
_suspendLayout
= true;
282
_suspendLayout
= false;
315
_suspendLayout
= false;
3 references to _suspendLayout
PresentationFramework (3)
MS\Internal\Documents\FlowDocumentView.cs (3)
66
if (
_suspendLayout
)
104
if (!
_suspendLayout
)
387
if (_pageVisual != null && !
_suspendLayout
)