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)
554if (_currentFixedBlock == null) 559if (_currentFixedBlock != null && _IsCombinable(_currentFixedBlock, textRun)) 561fixedBlock = _currentFixedBlock; 567Rect fixedBlockRect = _currentFixedBlock.BoundingRect; 627(fixedBlock != _currentFixedBlock || compareLine != null || !_IsSpatiallyCombinable(fixedBlockRect, textRunRect, textRun.DefaultCharWidth * 3, 0)) 675if (fixedBlock == _currentFixedBlock &&