4 references to ParentBlock
PresentationFramework (4)
System\windows\Documents\TextEditorSpelling.cs (2)
340
isSelectionIgnoringErrors = ((TextPointer)selection.Start).
ParentBlock
!= ((TextPointer)selection.End).
ParentBlock
;
System\Windows\Documents\TextPointer.cs (2)
1653
return this.
ParentBlock
as Paragraph;
1672
Block parentBlock = this.
ParentBlock
;