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