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