2 writes to _labels
PresentationFramework (2)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\OptionDescription.cs (2)
52
_labels
= labels ?? new List<string>();
67
od.
_labels
= optionDescription.Labels.ToList();
1 reference to _labels
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\OptionDescription.cs (1)
37
return
_labels
.AsReadOnly();