8 writes to IsFormattingInProgress
PresentationFramework (8)
MS\Internal\Documents\FlowDocumentFormatter.cs (2)
95
_document.StructuralCache.
IsFormattingInProgress
= true; // Set reentrancy flag.
103
_document.StructuralCache.
IsFormattingInProgress
= false; // Clear reentrancy flag.
MS\Internal\Documents\FlowDocumentPaginator.cs (6)
162
_document.StructuralCache.
IsFormattingInProgress
= true; // Set reentrancy flag.
195
_document.StructuralCache.
IsFormattingInProgress
= false; // Clear reentrancy flag.
305
_document.StructuralCache.
IsFormattingInProgress
= true; // Set reentrancy flag.
327
_document.StructuralCache.
IsFormattingInProgress
= false; // Clear reentrancy flag.
782
_document.StructuralCache.
IsFormattingInProgress
= true; // Set reentrancy flag
825
_document.StructuralCache.
IsFormattingInProgress
= false; // Clear reentrancy flag.
12 references to IsFormattingInProgress
PresentationFramework (12)
MS\Internal\Documents\FlowDocumentFormatter.cs (2)
57
if (_document.StructuralCache.
IsFormattingInProgress
)
366
!_document.StructuralCache.
IsFormattingInProgress
;
MS\Internal\Documents\FlowDocumentPaginator.cs (5)
77
if (_document.StructuralCache.
IsFormattingInProgress
)
150
if (_document.StructuralCache.
IsFormattingInProgress
)
293
if (_document.StructuralCache.
IsFormattingInProgress
)
534
if (_document.StructuralCache.
IsFormattingInProgress
)
767
if (_document.StructuralCache.
IsFormattingInProgress
)
System\Windows\Documents\FlowDocument.cs (5)
793
if (_structuralCache.
IsFormattingInProgress
)
943
if (_structuralCache.
IsFormattingInProgress
)
1384
if (_structuralCache.
IsFormattingInProgress
)
1437
if (_structuralCache.
IsFormattingInProgress
)
1472
if (_structuralCache.
IsFormattingInProgress
)