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