2 writes to _currentFixedBlock
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
393
_currentFixedBlock
= fixedBlock;
530
_currentFixedBlock
= fixedBlock;
7 references to _currentFixedBlock
PresentationFramework (7)
System\Windows\Documents\FixedSOMPageConstructor.cs (7)
540
if (
_currentFixedBlock
== null)
545
if (
_currentFixedBlock
!= null && _IsCombinable(
_currentFixedBlock
, textRun))
547
fixedBlock =
_currentFixedBlock
;
553
Rect fixedBlockRect =
_currentFixedBlock
.BoundingRect;
613
(fixedBlock !=
_currentFixedBlock
|| compareLine != null || !_IsSpatiallyCombinable(fixedBlockRect, textRunRect, textRun.DefaultCharWidth * 3, 0))
661
if (fixedBlock ==
_currentFixedBlock
&&