2 writes to _aggregatedContainer
PresentationFramework (2)
System\Windows\Documents\ChildDocumentBlock.cs (2)
51
_aggregatedContainer
= aggregatedContainer;
58
_aggregatedContainer
= aggregatedContainer;
2 references to _aggregatedContainer
PresentationFramework (2)
System\Windows\Documents\ChildDocumentBlock.cs (2)
107
return
_aggregatedContainer
;
129
_highlightLayer = new DocumentSequenceHighlightLayer(
_aggregatedContainer
);