1 write to AdornmentLayer
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Adornments\AbstractAdornmentManager.cs (1)
74AdornmentLayer = textView.GetAdornmentLayer(adornmentLayerName);
10 references to AdornmentLayer
Microsoft.CodeAnalysis.EditorFeatures.Wpf (10)
InlineDiagnostics\InlineDiagnosticsAdornmentManager.cs (6)
60if (AdornmentLayer is null) 68AdornmentLayer.RemoveAllAdornments(); 85if (AdornmentLayer is not null) 87foreach (var element in AdornmentLayer.Elements) 180AdornmentLayer.AddAdornment( 194AdornmentLayer.RemoveMatchingAdornments(e =>
LineSeparators\LineSeparatorAdornmentManager.cs (2)
59AdornmentLayer.AddAdornment( 72AdornmentLayer.RemoveAdornmentsByVisualSpan(span);
StringIndentation\StringIndentationAdornmentManager.cs (2)
76AdornmentLayer.AddAdornment( 89AdornmentLayer.RemoveAdornmentsByVisualSpan(span);