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)
65
if (
_suspendLayout
)
103
if (!
_suspendLayout
)
380
if (_pageVisual != null && !
_suspendLayout
)