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