1 write to _textUndoHistoryRegistry
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractivePasteCommandHandler.cs (1)
66
_textUndoHistoryRegistry
= textUndoHistoryRegistry;
1 reference to _textUndoHistoryRegistry
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractivePasteCommandHandler.cs (1)
110
using var transaction =
_textUndoHistoryRegistry
.GetHistory(textView.TextBuffer).CreateTransaction(EditorFeaturesResources.Paste);