2 writes to _comments
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
368
_comments
= new ElementComments[8];
397
_comments
= null;
6 references to _comments
PresentationFramework (6)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (6)
588
for (int i = 0; i <
_comments
.Length; i++)
590
if (
_comments
[i] != null &&
_comments
[i].ElementId == node.Uid)
592
return
_comments
[i];
648
_comments
[_commentsIndex] = comment;
649
_commentsIndex = (_commentsIndex + 1) %
_comments
.Length;