1 write to _weakTextEditor
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
64_weakTextEditor = new ScopeWeakReference(textEditor);
2 references to _weakTextEditor
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4136get { return _weakTextEditor.IsValid; } 4141get { return _weakTextEditor.TextEditor; }