2 writes to _currentFixedBlock
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
394_currentFixedBlock = fixedBlock; 531_currentFixedBlock = fixedBlock;
7 references to _currentFixedBlock
PresentationFramework (7)
System\Windows\Documents\FixedSOMPageConstructor.cs (7)
541if (_currentFixedBlock == null) 546if (_currentFixedBlock != null && _IsCombinable(_currentFixedBlock, textRun)) 548fixedBlock = _currentFixedBlock; 554Rect fixedBlockRect = _currentFixedBlock.BoundingRect; 614(fixedBlock != _currentFixedBlock || compareLine != null || !_IsSpatiallyCombinable(fixedBlockRect, textRunRect, textRun.DefaultCharWidth * 3, 0)) 662if (fixedBlock == _currentFixedBlock &&