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