6 references to FirstBlock
PresentationFramework (6)
System\Windows\Controls\RichTextBox.cs (1)
469Block firstBlock = _document.Blocks.FirstBlock;
System\Windows\Documents\TextRangeEditLists.cs (1)
426Paragraph leadingParagraphOfLastItem = lastListItem.Blocks.FirstBlock as Paragraph;
System\Windows\Documents\TextRangeEditTables.cs (2)
2289if (currentCell.Blocks.FirstBlock != null) 2294Paragraph sourceParagraph = currentCell.Blocks.FirstBlock as Paragraph;
System\Windows\Documents\TextRangeSerialization.cs (2)
1378List list = fragment.Blocks.FirstBlock as List; 1392List nestedList = listItem.Blocks.FirstBlock as List;