3 references to s_classificationsKey
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Interactive\InertClassifierProvider.cs (2)
42if (textBuffer.Properties.ContainsProperty(s_classificationsKey)) 53textBuffer.Properties.AddProperty(s_classificationsKey, classifications);
Interactive\InertClassifierProvider.InertClassifier.cs (1)
32if (_textBuffer.Properties.TryGetProperty<IList<ClassificationSpan>>(s_classificationsKey, out var classifications))