3 writes to _suspendLayout
PresentationFramework (3)
MS\Internal\Documents\FlowDocumentView.cs (3)
263_suspendLayout = true; 275_suspendLayout = false; 308_suspendLayout = false;
3 references to _suspendLayout
PresentationFramework (3)
MS\Internal\Documents\FlowDocumentView.cs (3)
65if (_suspendLayout) 103if (!_suspendLayout) 380if (_pageVisual != null && !_suspendLayout)