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