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