2 writes to LocalizationComments
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
691comments.LocalizationComments = LocComments.ParsePropertyComments(stringComment); 718LocalizationComments = Array.Empty<PropertyComment>();
5 references to LocalizationComments
PresentationFramework (5)
MS\Internal\Globalization\BamlTreeMap.cs (5)
405for (int i = 0; i < comment.LocalizationComments.Length; i++) 407if (comment.LocalizationComments[i].PropertyName == localName) 409return (string)comment.LocalizationComments[i].Value; 603i < node.Children.Count && (comment.LocalizationComments.Length == 0 || comment.LocalizationAttributes.Length == 0); 612&& comment.LocalizationComments.Length == 0)