2 references to IsAtListItemChildStart
PresentationFramework (2)
System\windows\Documents\TextEditorTyping.cs (2)
603
(
IsAtListItemChildStart
(position, false /* emptyChildOnly */) || IsAtIndentedParagraphOrBlockUIContainerStart(This.Selection.Start)))
1166
(TextPointerBase.IsInEmptyListItem(position) ||
IsAtListItemChildStart
(position, true /* emptyChildOnly */)) &&