2 references to OnLayoutChanged
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Tagging\EventSources\TaggerEventSources.ViewSpanChangedEventSource.cs (2)
32
_textView.LayoutChanged +=
OnLayoutChanged
;
38
_textView.LayoutChanged -=
OnLayoutChanged
;