5 references to Blocks
PresentationFramework (5)
src\Framework\System\Windows\Documents\ListItem.cs (1)
60this.Blocks.Add(paragraph);
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (1)
428Paragraph leadingParagraphOfLastItem = lastListItem.Blocks.FirstBlock as Paragraph;
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1416List nestedList = listItem.Blocks.FirstBlock as List;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5055bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.ListItem)target).Blocks; };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
2499case KnownElements.ListItem: return (o as System.Windows.Documents.ListItem).Blocks;