2 instantiations of PropertyComment
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\LocalizationComments.cs (2)
98
PropertyComment currentPair = new
PropertyComment
();
174
currentPair = new
PropertyComment
();
10 references to PropertyComment
PresentationFramework (10)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (4)
729
internal
PropertyComment
[] LocalizationAttributes; // Localization.Attributes
730
internal
PropertyComment
[] LocalizationComments; // Localization.Comments
735
LocalizationAttributes = new
PropertyComment
[0];
736
LocalizationComments = new
PropertyComment
[0];
src\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();