4 references to Caret_PositionChanged
Microsoft.VisualStudio.LanguageServices (4)
DocumentOutline\DocumentOutlineControl.xaml.cs (4)
184
wpfTextView.Caret.PositionChanged +=
Caret_PositionChanged
;
197
view.Caret.PositionChanged -=
Caret_PositionChanged
;
257
activeTextView.Caret.PositionChanged -=
Caret_PositionChanged
;
270
activeTextView.Caret.PositionChanged +=
Caret_PositionChanged
;