2 instantiations of PropertyComment
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
84PropertyComment currentPair = new PropertyComment(); 159currentPair = new PropertyComment();
10 references to PropertyComment
PresentationFramework (10)
MS\Internal\Globalization\BamlTreeMap.cs (4)
712internal PropertyComment[] LocalizationAttributes; // Localization.Attributes 713internal PropertyComment[] LocalizationComments; // Localization.Comments 718LocalizationAttributes = Array.Empty<PropertyComment>(); 719LocalizationComments = Array.Empty<PropertyComment>();
MS\Internal\Globalization\LocalizationComments.cs (6)
55internal static PropertyComment[] ParsePropertyLocalizabilityAttributes(string input) 57PropertyComment[] pairs = ParsePropertyComments(input); 74internal static PropertyComment[] ParsePropertyComments(string input) 82List<PropertyComment> tokens = new List<PropertyComment>(8); 84PropertyComment currentPair = new PropertyComment();