3 writes to _suspendLayout
PresentationFramework (3)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (3)
277_suspendLayout = true; 289_suspendLayout = false; 322_suspendLayout = false;
3 references to _suspendLayout
PresentationFramework (3)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (3)
73if (_suspendLayout) 111if (!_suspendLayout) 394if (_pageVisual != null && !_suspendLayout)