2 writes to _currentFixedBlock
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
392_currentFixedBlock = fixedBlock; 529_currentFixedBlock = fixedBlock;
7 references to _currentFixedBlock
PresentationFramework (7)
System\Windows\Documents\FixedSOMPageConstructor.cs (7)
539if (_currentFixedBlock == null) 544if (_currentFixedBlock != null && _IsCombinable(_currentFixedBlock, textRun)) 546fixedBlock = _currentFixedBlock; 552Rect fixedBlockRect = _currentFixedBlock.BoundingRect; 612(fixedBlock != _currentFixedBlock || compareLine != null || !_IsSpatiallyCombinable(fixedBlockRect, textRunRect, textRun.DefaultCharWidth * 3, 0)) 660if (fixedBlock == _currentFixedBlock &&