2 writes to _undoManager
Microsoft.VisualStudio.LanguageServices (2)
EditorConfigSettings\SettingsEditorPane.cs (2)
88
if (this.TryGetService<SOleUndoManager, IOleUndoManager>(_threadingContext.JoinableTaskFactory, out
_undoManager
))
250
_undoManager
= null;
4 references to _undoManager
Microsoft.VisualStudio.LanguageServices (4)
EditorConfigSettings\SettingsEditorPane.cs (4)
90
var linkCapableUndoMgr = (IVsLinkCapableUndoManager)
_undoManager
;
232
if (
_undoManager
!= null)
234
var linkCapableUndoMgr = (IVsLinkCapableUndoManager)
_undoManager
;
248
var lco = (IVsLifetimeControlledObject)
_undoManager
;