2 references to _IsCombinable
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
559if (_currentFixedBlock != null && _IsCombinable(_currentFixedBlock, textRun)) 575if ((box is FixedSOMFixedBlock) && _IsCombinable(box as FixedSOMFixedBlock, textRun))