2 writes to _aggregatedContainer
PresentationFramework (2)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (2)
54
_aggregatedContainer
= aggregatedContainer;
61
_aggregatedContainer
= aggregatedContainer;
2 references to _aggregatedContainer
PresentationFramework (2)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (2)
110
return
_aggregatedContainer
;
132
_highlightLayer = new DocumentSequenceHighlightLayer(
_aggregatedContainer
);