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)
540if (_currentFixedBlock == null) 545if (_currentFixedBlock != null && _IsCombinable(_currentFixedBlock, textRun)) 547fixedBlock = _currentFixedBlock; 553Rect fixedBlockRect = _currentFixedBlock.BoundingRect; 613(fixedBlock != _currentFixedBlock || compareLine != null || !_IsSpatiallyCombinable(fixedBlockRect, textRunRect, textRun.DefaultCharWidth * 3, 0)) 661if (fixedBlock == _currentFixedBlock &&