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