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