2 instantiations of ElementComments
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
563
return new
ElementComments
(); // return empty comments for null Uid
574
ElementComments comment = new
ElementComments
8 references to ElementComments
PresentationFramework (8)
MS\Internal\Globalization\BamlTreeMap.cs (8)
295
private
ElementComments
[] _comments;
342
_comments = new
ElementComments
[8];
385
ElementComments
comment = LookupCommentForElement(node);
404
ElementComments
comment = LookupCommentForElement(node);
557
private
ElementComments
LookupCommentForElement(BamlStartElementNode node)
574
ElementComments
comment = new ElementComments
659
ElementComments
comments,
683
ElementComments
comments,