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)
544if (_currentFixedBlock == null) 549if (_currentFixedBlock != null && _IsCombinable(_currentFixedBlock, textRun)) 551fixedBlock = _currentFixedBlock; 557Rect fixedBlockRect = _currentFixedBlock.BoundingRect; 617(fixedBlock != _currentFixedBlock || compareLine != null || !_IsSpatiallyCombinable(fixedBlockRect, textRunRect, textRun.DefaultCharWidth * 3, 0)) 665if (fixedBlock == _currentFixedBlock &&