2 writes to _currentFixedBlock
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
405
_currentFixedBlock
= fixedBlock;
544
_currentFixedBlock
= fixedBlock;
7 references to _currentFixedBlock
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (7)
554
if (
_currentFixedBlock
== null)
559
if (
_currentFixedBlock
!= null && _IsCombinable(
_currentFixedBlock
, textRun))
561
fixedBlock =
_currentFixedBlock
;
567
Rect fixedBlockRect =
_currentFixedBlock
.BoundingRect;
627
(fixedBlock !=
_currentFixedBlock
|| compareLine != null || !_IsSpatiallyCombinable(fixedBlockRect, textRunRect, textRun.DefaultCharWidth * 3, 0))
675
if (fixedBlock ==
_currentFixedBlock
&&