<div class='sourceset sourceset-common'>Common</div>

```kotlin
SelectAll(
        key = TextContextMenuKeys.SelectAllKey,
        stringId = ContextMenuStrings.SelectAll,
        drawableId = ContextMenuIcons.ActionModeSelectAllDrawable,
    ),
```