1 write to Frame
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioActiveDocumentTracker.cs (1)
229
this.
Frame
= frame;
4 references to Frame
Microsoft.VisualStudio.LanguageServices (4)
Workspace\VisualStudioActiveDocumentTracker.cs (4)
109
if (listener.
Frame
== activeFrameSnapshot)
150
var existingFrame = _visibleFrames.FirstOrDefault(f => f.
Frame
== frame);
171
if (frame.
Frame
== _activeFrame)
302
return ((IVsWindowFrame2)
Frame
).Unadvise(_frameEventsCookie);