2 writes to LocalizationComments
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
701comments.LocalizationComments = LocComments.ParsePropertyComments(stringComment); 728LocalizationComments = Array.Empty<PropertyComment>();
5 references to LocalizationComments
PresentationFramework (5)
MS\Internal\Globalization\BamlTreeMap.cs (5)
419for (int i = 0; i < comment.LocalizationComments.Length; i++) 421if (comment.LocalizationComments[i].PropertyName == localName) 423return (string)comment.LocalizationComments[i].Value; 613i < node.Children.Count && (comment.LocalizationComments.Length == 0 || comment.LocalizationAttributes.Length == 0); 622&& comment.LocalizationComments.Length == 0)