6 references to FirstBlock
PresentationFramework (6)
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
480Block firstBlock = _document.Blocks.FirstBlock;
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (1)
428Paragraph leadingParagraphOfLastItem = lastListItem.Blocks.FirstBlock as Paragraph;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
2292if (currentCell.Blocks.FirstBlock != null) 2297Paragraph sourceParagraph = currentCell.Blocks.FirstBlock as Paragraph;
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
1402List list = fragment.Blocks.FirstBlock as List; 1416List nestedList = listItem.Blocks.FirstBlock as List;