3 references to PreviousBlock
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
787if (paragraphOrBlockUIContainerToDelete.PreviousBlock != null &&
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (2)
55ListItem secondListItem = secondParagraphOrBlockUIContainer.PreviousBlock == null ? secondParagraphOrBlockUIContainer.Parent as ListItem : null; 286firstBlock.Parent is ListItem && firstBlock.PreviousBlock == null)