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)
66if (_suspendLayout) 104if (!_suspendLayout) 387if (_pageVisual != null && !_suspendLayout)