5 references to Blocks
PresentationFramework (5)
System\Windows\Documents\ListItem.cs (1)
53this.Blocks.Add(paragraph);
System\Windows\Documents\TextRangeEditLists.cs (1)
426Paragraph leadingParagraphOfLastItem = lastListItem.Blocks.FirstBlock as Paragraph;
System\Windows\Documents\TextRangeSerialization.cs (1)
1392List nestedList = listItem.Blocks.FirstBlock as List;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5080bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.ListItem)target).Blocks; };
System\Windows\Markup\KnownTypes.cs (1)
2506case KnownElements.ListItem: return (o as System.Windows.Documents.ListItem).Blocks;