private bool ShouldApplyInlineTagToBlockFreeSelection(MarkupRange blockFreeRange) { return(!String.IsNullOrEmpty(blockFreeRange.Text) || blockFreeRange.ContainsElements(ElementFilters.INLINE_ELEMENTS)); }