5 references to GetImmediateListItem
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditorLists.cs (2)
61
ListItem immediateListItem = TextPointerBase.
GetImmediateListItem
(thisSelection.Start);
145
ListItem immediateListItem = TextPointerBase.
GetImmediateListItem
(thisSelection.Start);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
646
bool needToSplitListItem = TextPointerBase.
GetImmediateListItem
(paragraph.ContentStart) != null;
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (2)
399
ListItem firstListItem = TextPointerBase.
GetImmediateListItem
(range.Start);
400
ListItem lastListItem = TextPointerBase.
GetImmediateListItem
((TextPointer)TextRangeEdit.GetAdjustedRangeEnd(range.Start, range.End));