6 references to BlockCollection
PresentationFramework (6)
src\Framework\System\Windows\Documents\AnchoredBlock.cs (1)
93return new BlockCollection(this, /*isOwnerParent*/true);
src\Framework\System\Windows\Documents\Block.cs (1)
49return new BlockCollection(this, /*isOwnerParent*/false);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
157return new BlockCollection(this, /*isOwnerParent*/true);
src\Framework\System\Windows\Documents\ListItem.cs (1)
97return new BlockCollection(this, /*isOwnerParent*/true);
src\Framework\System\windows\Documents\Section.cs (1)
98return new BlockCollection(this, /*isOwnerParent*/true);
src\Framework\System\Windows\Documents\TableCell.cs (1)
143return new BlockCollection(this, /*isOwnerParent*/true);