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