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