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