2 writes to _currentFixedBlock
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
397
_currentFixedBlock
= fixedBlock;
534
_currentFixedBlock
= fixedBlock;
7 references to _currentFixedBlock
PresentationFramework (7)
System\Windows\Documents\FixedSOMPageConstructor.cs (7)
544
if (
_currentFixedBlock
== null)
549
if (
_currentFixedBlock
!= null && _IsCombinable(
_currentFixedBlock
, textRun))
551
fixedBlock =
_currentFixedBlock
;
557
Rect fixedBlockRect =
_currentFixedBlock
.BoundingRect;
617
(fixedBlock !=
_currentFixedBlock
|| compareLine != null || !_IsSpatiallyCombinable(fixedBlockRect, textRunRect, textRun.DefaultCharWidth * 3, 0))
665
if (fixedBlock ==
_currentFixedBlock
&&