2 instantiations of PropertyComment
PresentationBuildTasks (2)
Framework\MS\Internal\Globalization\LocalizationComments.cs (2)
98PropertyComment currentPair = new PropertyComment(); 174currentPair = new PropertyComment();
6 references to PropertyComment
PresentationBuildTasks (6)
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();