1 write to AdornmentLayer
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Adornments\AbstractAdornmentManager.cs (1)
75AdornmentLayer = textView.GetAdornmentLayer(adornmentLayerName);
10 references to AdornmentLayer
Microsoft.CodeAnalysis.EditorFeatures.Wpf (10)
InlineDiagnostics\InlineDiagnosticsAdornmentManager.cs (6)
57if (AdornmentLayer is null) 65AdornmentLayer.RemoveAllAdornments(); 82if (AdornmentLayer is not null) 84foreach (var element in AdornmentLayer.Elements) 181AdornmentLayer.AddAdornment( 195AdornmentLayer.RemoveMatchingAdornments(e =>
LineSeparators\LineSeparatorAdornmentManager.cs (2)
61AdornmentLayer.AddAdornment( 74AdornmentLayer.RemoveAdornmentsByVisualSpan(span);
StringIndentation\StringIndentationAdornmentManager.cs (2)
84AdornmentLayer.AddAdornment( 97AdornmentLayer.RemoveAdornmentsByVisualSpan(span);