2 writes to _changes
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainerChangedEventArgs.cs (2)
36
_changes
= new SortedList<int, TextChange>();
346
_changes
= newChanges;
1 reference to _changes
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextContainerChangedEventArgs.cs (1)
172
return
_changes
;