6 references to NextBlock
PresentationFramework (6)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
778if (paragraphOrBlockUIContainerToDelete.NextBlock != null &&
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (5)
57if (secondListItem != null && secondListItem.PreviousListItem == null && secondParagraphOrBlockUIContainer.NextBlock is List) 62List sublistOfSecondParagraph = (List)secondParagraphOrBlockUIContainer.NextBlock; 295for (Block block = firstBlock; block != lastBlock && block != null; block = block.NextBlock) 432List nestedListOfLastItem = leadingParagraphOfLastItem.NextBlock as List; 433if (nestedListOfLastItem != null && nestedListOfLastItem.NextBlock == null)