2 writes to _currentFixedBlock
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
392
_currentFixedBlock
= fixedBlock;
529
_currentFixedBlock
= fixedBlock;
7 references to _currentFixedBlock
PresentationFramework (7)
System\Windows\Documents\FixedSOMPageConstructor.cs (7)
539
if (
_currentFixedBlock
== null)
544
if (
_currentFixedBlock
!= null && _IsCombinable(
_currentFixedBlock
, textRun))
546
fixedBlock =
_currentFixedBlock
;
552
Rect fixedBlockRect =
_currentFixedBlock
.BoundingRect;
612
(fixedBlock !=
_currentFixedBlock
|| compareLine != null || !_IsSpatiallyCombinable(fixedBlockRect, textRunRect, textRun.DefaultCharWidth * 3, 0))
660
if (fixedBlock ==
_currentFixedBlock
&&