6 references to BlockCollection
PresentationFramework (6)
System\Windows\Documents\AnchoredBlock.cs (1)
93
return new
BlockCollection
(this, /*isOwnerParent*/true);
System\Windows\Documents\Block.cs (1)
49
return new
BlockCollection
(this, /*isOwnerParent*/false);
System\Windows\Documents\FlowDocument.cs (1)
149
return new
BlockCollection
(this, /*isOwnerParent*/true);
System\Windows\Documents\ListItem.cs (1)
90
return new
BlockCollection
(this, /*isOwnerParent*/true);
System\windows\Documents\Section.cs (1)
95
return new
BlockCollection
(this, /*isOwnerParent*/true);
System\Windows\Documents\TableCell.cs (1)
136
return new
BlockCollection
(this, /*isOwnerParent*/true);