TextMorphForEditView allInstances
� � � � � � � � select: [ :morph |
� � � � � � � � � � � � (morph firstOwnerSuchThat: [ :owner | (owner class isKindOf:
SystemWindow) and: [ owner model isKindOf: Workspace ] ])
� � � � � � � � � � � � � � � � notNil ]