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