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