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