2 writes to LocalizationAttributes
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
677comments.LocalizationAttributes = LocComments.ParsePropertyLocalizabilityAttributes(attributes); 727LocalizationAttributes = Array.Empty<PropertyComment>();
5 references to LocalizationAttributes
PresentationFramework (5)
MS\Internal\Globalization\BamlTreeMap.cs (5)
401for (int i = 0; i < comment.LocalizationAttributes.Length; i++) 403if (comment.LocalizationAttributes[i].PropertyName == localName) 405return (LocalizabilityGroup)comment.LocalizationAttributes[i].Value; 613i < node.Children.Count && (comment.LocalizationComments.Length == 0 || comment.LocalizationAttributes.Length == 0); 628&& comment.LocalizationAttributes.Length == 0)