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