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