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