---
title: stronglyReferencesTextStorage
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nstextview/stronglyreferencestextstorage
---

# stronglyReferencesTextStorage

A Boolean value that indicates whether instances of the class operate in the object ownership policy.

## Declaration

```swift
class var stronglyReferencesTextStorage: Bool { get }
```

## Discussion

Discussion The default value is true. Under the policy, each text view strongly retains its text storage and its text container weakly references the view. In addition, the text views are compatible with __weak storage.

## See Also

### Accessing text system objects

- [fieldEditor()](appkit/nstextview/fieldeditor().md)
- [textContainer](appkit/nstextview/textcontainer.md)
- [replaceTextContainer(_:)](appkit/nstextview/replacetextcontainer(_:).md)
- [textContainerInset](appkit/nstextview/textcontainerinset.md)
- [textContainerOrigin](appkit/nstextview/textcontainerorigin.md)
- [invalidateTextContainerOrigin()](appkit/nstextview/invalidatetextcontainerorigin().md)
- [textLayoutManager](appkit/nstextview/textlayoutmanager.md)
- [layoutManager](appkit/nstextview/layoutmanager.md)
- [textContentStorage](appkit/nstextview/textcontentstorage.md)
- [textStorage](appkit/nstextview/textstorage.md)
