3 references to PreviousBlock
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (1)
761
if (paragraphOrBlockUIContainerToDelete.
PreviousBlock
!= null &&
System\Windows\Documents\TextRangeEditLists.cs (2)
51
ListItem secondListItem = secondParagraphOrBlockUIContainer.
PreviousBlock
== null ? secondParagraphOrBlockUIContainer.Parent as ListItem : null;
282
firstBlock.Parent is ListItem && firstBlock.
PreviousBlock
== null)