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)
73
if (
_suspendLayout
)
111
if (!
_suspendLayout
)
394
if (_pageVisual != null && !
_suspendLayout
)