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