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