1 write to _weakTextEditor
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextStore.cs (1)
71
_weakTextEditor
= new ScopeWeakReference(textEditor);
2 references to _weakTextEditor
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
3953
get { return
_weakTextEditor
.IsValid; }
3958
get { return
_weakTextEditor
.TextEditor; }