4 references to ParentBlock
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditorSpelling.cs (2)
342isSelectionIgnoringErrors = ((TextPointer)selection.Start).ParentBlock != ((TextPointer)selection.End).ParentBlock;
src\Framework\System\Windows\Documents\TextPointer.cs (2)
1667return this.ParentBlock as Paragraph; 1686Block parentBlock = this.ParentBlock;