7 references to GetListAncestor
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
776
ListItem listItem = start.
GetListAncestor
();
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (6)
677
ListItem startListItem = start.
GetListAncestor
();
693
startListItem = start.
GetListAncestor
();
697
ListItem endListItem = end.
GetListAncestor
();
721
endListItem = end.
GetListAncestor
();
731
if ((startListItem = start.
GetListAncestor
()) != null && startListItem.PreviousListItem != null &&
739
if ((endListItem = end.
GetListAncestor
()) != null &&