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)
1464
if (firstParagraphOrBlockUIContainer == null && TextPointerBase.
IsInEmptyListItem
(startPosition))
1470
if (secondParagraphOrBlockUIContainer == null && TextPointerBase.
IsInEmptyListItem
(endPosition))