2 instantiations of ElementComments
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
575
return new
ElementComments
(); // return empty comments for null Uid
586
ElementComments comment = new
ElementComments
();
8 references to ElementComments
PresentationFramework (8)
MS\Internal\Globalization\BamlTreeMap.cs (8)
309
private
ElementComments
[] _comments;
356
_comments = new
ElementComments
[8];
399
ElementComments
comment = LookupCommentForElement(node);
418
ElementComments
comment = LookupCommentForElement(node);
569
private
ElementComments
LookupCommentForElement(BamlStartElementNode node)
586
ElementComments
comment = new ElementComments();
669
ElementComments
comments,
693
ElementComments
comments,