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