7 references to GetListAncestor
PresentationFramework (7)
System\Windows\Documents\TextRangeEdit.cs (1)
772
ListItem listItem = start.
GetListAncestor
();
System\Windows\Documents\TextRangeEditLists.cs (6)
673
ListItem startListItem = start.
GetListAncestor
();
689
startListItem = start.
GetListAncestor
();
693
ListItem endListItem = end.
GetListAncestor
();
717
endListItem = end.
GetListAncestor
();
727
if ((startListItem = start.
GetListAncestor
()) != null && startListItem.PreviousListItem != null &&
735
if ((endListItem = end.
GetListAncestor
()) != null &&