5 references to Blocks
PresentationFramework (5)
System\Windows\Documents\ListItem.cs (1)
51this.Blocks.Add(paragraph);
System\Windows\Documents\TextRangeEditLists.cs (1)
425Paragraph leadingParagraphOfLastItem = lastListItem.Blocks.FirstBlock as Paragraph;
System\Windows\Documents\TextRangeSerialization.cs (1)
1385List nestedList = listItem.Blocks.FirstBlock as List;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5400GetDelegate = delegate (object target) { return ((System.Windows.Documents.ListItem)target).Blocks; },
System\Windows\Markup\KnownTypes.cs (1)
2499case KnownElements.ListItem: return (o as System.Windows.Documents.ListItem).Blocks;