1 write to _tree
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (1)
36
_tree
= tree;
6 references to _tree
PresentationFramework (6)
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (6)
38
_treeContentHashCode =
_tree
.GetContentHashCode();
56
_tree
.BeginChange();
63
_tree
.EndChange();
90
get { return
_tree
; }
116
_treeContentHashCode =
_tree
.GetContentHashCode();
129
if (
_tree
.GetContentHashCode() != _treeContentHashCode)