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