7 references to GetListAncestor
PresentationFramework (7)
System\Windows\Documents\TextRangeEdit.cs (1)
774
ListItem listItem = start.
GetListAncestor
();
System\Windows\Documents\TextRangeEditLists.cs (6)
675
ListItem startListItem = start.
GetListAncestor
();
691
startListItem = start.
GetListAncestor
();
695
ListItem endListItem = end.
GetListAncestor
();
719
endListItem = end.
GetListAncestor
();
729
if ((startListItem = start.
GetListAncestor
()) != null && startListItem.PreviousListItem != null &&
737
if ((endListItem = end.
GetListAncestor
()) != null &&