7 references to GetListAncestor
PresentationFramework (7)
System\Windows\Documents\TextRangeEdit.cs (1)
771
ListItem listItem = start.
GetListAncestor
();
System\Windows\Documents\TextRangeEditLists.cs (6)
674
ListItem startListItem = start.
GetListAncestor
();
690
startListItem = start.
GetListAncestor
();
694
ListItem endListItem = end.
GetListAncestor
();
718
endListItem = end.
GetListAncestor
();
728
if ((startListItem = start.
GetListAncestor
()) != null && startListItem.PreviousListItem != null &&
736
if ((endListItem = end.
GetListAncestor
()) != null &&