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