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