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