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