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)
4118get { return _weakTextEditor.IsValid; } 4123get { return _weakTextEditor.TextEditor; }