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