3 references to IsInEmptyListItem
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (1)
1175(TextPointerBase.IsInEmptyListItem(position) || IsAtListItemChildStart(position, true /* emptyChildOnly */)) &&
System\Windows\Documents\TextRangeEdit.cs (2)
1462if (firstParagraphOrBlockUIContainer == null && TextPointerBase.IsInEmptyListItem(startPosition)) 1468if (secondParagraphOrBlockUIContainer == null && TextPointerBase.IsInEmptyListItem(endPosition))