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