2 writes to LocalizationComments
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
709comments.LocalizationComments = LocComments.ParsePropertyComments(stringComment); 736LocalizationComments = new PropertyComment[0];
5 references to LocalizationComments
PresentationFramework (5)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (5)
429for (int i = 0; i < comment.LocalizationComments.Length; i++) 431if (comment.LocalizationComments[i].PropertyName == localName) 433return (string) comment.LocalizationComments[i].Value; 623i < node.Children.Count && (comment.LocalizationComments.Length == 0 || comment.LocalizationAttributes.Length == 0); 632&& comment.LocalizationComments.Length == 0)