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)
240var style = QuickInfoContainerStyle.Stacked; 244style |= QuickInfoContainerStyle.VerticalPadding; 251=> new(QuickInfoContainerStyle.Wrapped, elements);