1 write to _weakTextEditor
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextStore.cs (1)
71_weakTextEditor = new ScopeWeakReference(textEditor);
2 references to _weakTextEditor
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
3953get { return _weakTextEditor.IsValid; } 3958get { return _weakTextEditor.TextEditor; }