2 instantiations of PropertyComment
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
83PropertyComment currentPair = new PropertyComment(); 158currentPair = new PropertyComment();
10 references to PropertyComment
PresentationFramework (10)
MS\Internal\Globalization\BamlTreeMap.cs (4)
711internal PropertyComment[] LocalizationAttributes; // Localization.Attributes 712internal PropertyComment[] LocalizationComments; // Localization.Comments 717LocalizationAttributes = Array.Empty<PropertyComment>(); 718LocalizationComments = Array.Empty<PropertyComment>();
MS\Internal\Globalization\LocalizationComments.cs (6)
54internal static PropertyComment[] ParsePropertyLocalizabilityAttributes(string input) 56PropertyComment[] pairs = ParsePropertyComments(input); 73internal static PropertyComment[] ParsePropertyComments(string input) 81List<PropertyComment> tokens = new List<PropertyComment>(8); 83PropertyComment currentPair = new PropertyComment();