2 writes to Value
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
71pairs[i].Value = LookupAndSetLocalizabilityAttribute((string)pairs[i].Value); 164currentPair.Value = tokenBuffer.ToString(1, tokenBuffer.Length - 1);
3 references to Value
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeMap.cs (2)
410return (LocalizabilityGroup)comment.LocalizationAttributes[i].Value; 428return (string)comment.LocalizationComments[i].Value;
MS\Internal\Globalization\LocalizationComments.cs (1)
71pairs[i].Value = LookupAndSetLocalizabilityAttribute((string)pairs[i].Value);