2 instantiations of PropertyComment
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\LocalizationComments.cs (2)
98PropertyComment currentPair = new PropertyComment(); 174currentPair = new PropertyComment();
10 references to PropertyComment
PresentationFramework (10)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (4)
729internal PropertyComment[] LocalizationAttributes; // Localization.Attributes 730internal PropertyComment[] LocalizationComments; // Localization.Comments 735LocalizationAttributes = new PropertyComment[0]; 736LocalizationComments = new PropertyComment[0];
src\Framework\MS\Internal\Globalization\LocalizationComments.cs (6)
69internal static PropertyComment[] ParsePropertyLocalizabilityAttributes(string input) 71PropertyComment[] pairs = ParsePropertyComments(input); 88internal static PropertyComment[] ParsePropertyComments(string input) 96List<PropertyComment> tokens = new List<PropertyComment>(8); 98PropertyComment currentPair = new PropertyComment();