10 references to QuickInfoContainerStyle
Microsoft.CodeAnalysis.Features (10)
QuickInfo\Presentation\QuickInfoContainerElement.cs (2)
9internal sealed class QuickInfoContainerElement(QuickInfoContainerStyle style, params ImmutableArray<QuickInfoElement> elements) : QuickInfoElement 12public QuickInfoContainerStyle Style { get; } = style;
QuickInfo\Presentation\QuickInfoContentBuilder.cs (4)
87elements[0] = new QuickInfoContainerElement(QuickInfoContainerStyle.Wrapped, firstLineElements.ToImmutableAndClear()); 105QuickInfoContainerStyle.Stacked, 179QuickInfoContainerStyle.Stacked | QuickInfoContainerStyle.VerticalPadding,
QuickInfo\Presentation\TaggedTextExtensions.cs (4)
248var style = QuickInfoContainerStyle.Stacked; 252style |= QuickInfoContainerStyle.VerticalPadding; 259=> new(QuickInfoContainerStyle.Wrapped, elements);