1 instantiation of ViewHostingControl
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
QuickInfo\ProjectionBufferContent.cs (1)
77
return new
ViewHostingControl
(CreateView, CreateBuffer);
8 references to ViewHostingControl
Microsoft.CodeAnalysis.EditorFeatures.Wpf (8)
QuickInfo\ContentControlService.cs (4)
55
var
control = CreateViewHostingControl(textBuffer, contentSpan);
78
var
control = CreateViewHostingControl(textBuffer, textBuffer.CurrentSnapshot.GetFullSpan().Span);
92
public
ViewHostingControl
CreateViewHostingControl(ITextBuffer textBuffer, Span contentSpan)
105
var
contentControl = ProjectionBufferContent.Create(
QuickInfo\IContentControlService.cs (2)
18
/// return <see cref="
ViewHostingControl
"/> from the given <paramref name="textBuffer"/>'s <paramref name="contentSpan"/>
20
ViewHostingControl
CreateViewHostingControl(ITextBuffer textBuffer, Span contentSpan);
QuickInfo\ProjectionBufferContent.cs (2)
52
public static
ViewHostingControl
Create(
73
private
ViewHostingControl
Create()