2 instantiations of PropertyComment
PresentationBuildTasks (2)
Framework\MS\Internal\Globalization\LocalizationComments.cs (2)
98
PropertyComment currentPair = new
PropertyComment
();
174
currentPair = new
PropertyComment
();
6 references to PropertyComment
PresentationBuildTasks (6)
Framework\MS\Internal\Globalization\LocalizationComments.cs (6)
69
internal static
PropertyComment
[] ParsePropertyLocalizabilityAttributes(string input)
71
PropertyComment
[] pairs = ParsePropertyComments(input);
88
internal static
PropertyComment
[] ParsePropertyComments(string input)
96
List<
PropertyComment
> tokens = new List<
PropertyComment
>(8);
98
PropertyComment
currentPair = new PropertyComment();