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