2 instantiations of ElementComments
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
585
return new
ElementComments
(); // return empty comments for null Uid
596
ElementComments comment = new
ElementComments
();
8 references to ElementComments
PresentationFramework (8)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (8)
321
private
ElementComments
[] _comments;
368
_comments = new
ElementComments
[8];
409
ElementComments
comment = LookupCommentForElement(node);
428
ElementComments
comment = LookupCommentForElement(node);
579
private
ElementComments
LookupCommentForElement(BamlStartElementNode node)
596
ElementComments
comment = new ElementComments();
679
ElementComments
comments,
702
ElementComments
comments,