2 writes to _aggregatedContainer
PresentationFramework (2)
System\Windows\Documents\ChildDocumentBlock.cs (2)
48
_aggregatedContainer
= aggregatedContainer;
55
_aggregatedContainer
= aggregatedContainer;
2 references to _aggregatedContainer
PresentationFramework (2)
System\Windows\Documents\ChildDocumentBlock.cs (2)
104
return
_aggregatedContainer
;
126
_highlightLayer = new DocumentSequenceHighlightLayer(
_aggregatedContainer
);