6 references to NextBlock
PresentationFramework (6)
System\windows\Documents\TextEditorTyping.cs (1)
761if (paragraphOrBlockUIContainerToDelete.NextBlock != null &&
System\Windows\Documents\TextRangeEditLists.cs (5)
55if (secondListItem != null && secondListItem.PreviousListItem == null && secondParagraphOrBlockUIContainer.NextBlock is List) 60List sublistOfSecondParagraph = (List)secondParagraphOrBlockUIContainer.NextBlock; 293for (Block block = firstBlock; block != lastBlock && block != null; block = block.NextBlock) 430List nestedListOfLastItem = leadingParagraphOfLastItem.NextBlock as List; 431if (nestedListOfLastItem != null && nestedListOfLastItem.NextBlock == null)