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