3 references to PerSubjectBufferProperty
Microsoft.CodeAnalysis.EditorFeatures (3)
Shared\Extensions\ITextViewExtensions.PerSubjectBufferProperty.cs (3)
37
var properties = textView.Properties.GetOrCreateSingletonProperty(() => new
PerSubjectBufferProperty
<TProperty, TTextView>(textView));
59
var properties = textView.Properties.GetOrCreateSingletonProperty(() => new
PerSubjectBufferProperty
<TProperty, TTextView>(textView));
71
var properties = textView.Properties.GetOrCreateSingletonProperty(() => new
PerSubjectBufferProperty
<TProperty, TTextView>(textView));