3 writes to _suspendLayout
PresentationFramework (3)
MS\Internal\Documents\FlowDocumentView.cs (3)
264_suspendLayout = true; 276_suspendLayout = false; 309_suspendLayout = false;
3 references to _suspendLayout
PresentationFramework (3)
MS\Internal\Documents\FlowDocumentView.cs (3)
66if (_suspendLayout) 104if (!_suspendLayout) 381if (_pageVisual != null && !_suspendLayout)