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