8 writes to IsFormattingInProgress
PresentationFramework (8)
MS\Internal\Documents\FlowDocumentFormatter.cs (2)
96
_document.StructuralCache.
IsFormattingInProgress
= true; // Set reentrancy flag.
104
_document.StructuralCache.
IsFormattingInProgress
= false; // Clear reentrancy flag.
MS\Internal\Documents\FlowDocumentPaginator.cs (6)
163
_document.StructuralCache.
IsFormattingInProgress
= true; // Set reentrancy flag.
196
_document.StructuralCache.
IsFormattingInProgress
= false; // Clear reentrancy flag.
306
_document.StructuralCache.
IsFormattingInProgress
= true; // Set reentrancy flag.
328
_document.StructuralCache.
IsFormattingInProgress
= false; // Clear reentrancy flag.
783
_document.StructuralCache.
IsFormattingInProgress
= true; // Set reentrancy flag
826
_document.StructuralCache.
IsFormattingInProgress
= false; // Clear reentrancy flag.
12 references to IsFormattingInProgress
PresentationFramework (12)
MS\Internal\Documents\FlowDocumentFormatter.cs (2)
58
if (_document.StructuralCache.
IsFormattingInProgress
)
367
!_document.StructuralCache.
IsFormattingInProgress
;
MS\Internal\Documents\FlowDocumentPaginator.cs (5)
78
if (_document.StructuralCache.
IsFormattingInProgress
)
151
if (_document.StructuralCache.
IsFormattingInProgress
)
294
if (_document.StructuralCache.
IsFormattingInProgress
)
535
if (_document.StructuralCache.
IsFormattingInProgress
)
768
if (_document.StructuralCache.
IsFormattingInProgress
)
System\Windows\Documents\FlowDocument.cs (5)
794
if (_structuralCache.
IsFormattingInProgress
)
947
if (_structuralCache.
IsFormattingInProgress
)
1394
if (_structuralCache.
IsFormattingInProgress
)
1447
if (_structuralCache.
IsFormattingInProgress
)
1482
if (_structuralCache.
IsFormattingInProgress
)