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