6 instantiations of 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);
13 references to BlockCollection
PresentationFramework (13)
src\Framework\System\Windows\Documents\AnchoredBlock.cs (1)
89public BlockCollection Blocks
src\Framework\System\Windows\Documents\Block.cs (1)
40public BlockCollection SiblingBlocks
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
153public BlockCollection Blocks
src\Framework\System\Windows\Documents\ListItem.cs (1)
93public BlockCollection Blocks
src\Framework\System\windows\Documents\Section.cs (1)
94public BlockCollection Blocks
src\Framework\System\Windows\Documents\TableCell.cs (1)
139public BlockCollection Blocks
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (7)
4039typeof(System.Windows.Documents.BlockCollection), // type 4502typeof(System.Windows.Documents.BlockCollection), // type 4570typeof(System.Windows.Documents.BlockCollection), // type 4587typeof(System.Windows.Documents.BlockCollection), // type 5051typeof(System.Windows.Documents.BlockCollection), // type 5547typeof(System.Windows.Documents.BlockCollection), // type 5803typeof(System.Windows.Documents.BlockCollection), // type