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