2 writes to LocalizationAttributes
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
686comments.LocalizationAttributes = LocComments.ParsePropertyLocalizabilityAttributes(attributes); 735LocalizationAttributes = new PropertyComment[0];
5 references to LocalizationAttributes
PresentationFramework (5)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (5)
411for (int i = 0; i < comment.LocalizationAttributes.Length; i++) 413if (comment.LocalizationAttributes[i].PropertyName == localName) 415return (LocalizabilityGroup) comment.LocalizationAttributes[i].Value; 623i < node.Children.Count && (comment.LocalizationComments.Length == 0 || comment.LocalizationAttributes.Length == 0); 638&& comment.LocalizationAttributes.Length == 0)