1 write to _view
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\CommitViewManager.vb (1)
27
_view
= view
10 references to _view
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (10)
LineCommit\CommitViewManager.vb (10)
33
AddHandler
_view
.Caret.PositionChanged, AddressOf OnCaretPositionChanged
34
AddHandler
_view
.LostAggregateFocus, AddressOf OnLostAggregateFocus
35
AddHandler
_view
.Closed, AddressOf OnViewClosed
39
RemoveHandler
_view
.Caret.PositionChanged, AddressOf OnCaretPositionChanged
40
RemoveHandler
_view
.LostAggregateFocus, AddressOf OnLostAggregateFocus
41
RemoveHandler
_view
.Closed, AddressOf OnViewClosed
84
Using transaction = _textUndoHistoryRegistry.GetHistory(
_view
.TextBuffer).CreateTransaction(VBEditorResources.Visual_Basic_Pretty_List)
98
transaction.AddUndo(New AfterCommitCaretMoveUndoPrimitive(buffer, _textBufferAssociatedViewService,
_view
.Caret.Position))
105
Return
_view
.BufferGraph.MapDownToFirstMatch(caretPosition.BufferPosition,
123
For Each buffer In
_view
.BufferGraph.GetTextBuffers(Function(b) b.ContentType.IsOfType(ContentTypeNames.VisualBasicContentType))