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