27 references to TextRangeEditLists
PresentationFramework (27)
System\windows\Documents\TextEditorCopyPaste.cs (2)
881TextRangeEditLists.MergeListsAroundNormalizedPosition((TextPointer)This.Selection.Start); 882TextRangeEditLists.MergeListsAroundNormalizedPosition((TextPointer)This.Selection.End);
System\windows\Documents\TextEditorLists.cs (20)
117if (!TextRangeEditLists.IsListOperationApplicable((TextSelection)This.Selection)) 144TextRangeEditLists.ConvertListItemsToParagraphs(thisSelection); 167TextRangeEditLists.UnindentListItems(thisSelection); 168TextRangeEditLists.ConvertListItemsToParagraphs(thisSelection); 172TextRangeEditLists.UnindentListItems(thisSelection); 181TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 182TextRangeEditLists.IndentListItems(thisSelection); 186TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 196TextRangeEditLists.UnindentListItems(thisSelection); 197TextRangeEditLists.ConvertListItemsToParagraphs(thisSelection); 201TextRangeEditLists.UnindentListItems(thisSelection); 210TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 211TextRangeEditLists.IndentListItems(thisSelection); 215TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 223TextRangeEditLists.IndentListItems(thisSelection); 227TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 228TextRangeEditLists.IndentListItems(thisSelection); 278TextRangeEditLists.UnindentListItems(thisSelection); 282TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 283TextRangeEditLists.UnindentListItems(thisSelection);
System\windows\Documents\TextEditorTyping.cs (1)
609TextRangeEditLists.ConvertListItemsToParagraphs((TextRange)This.Selection);
System\Windows\Documents\TextRangeEdit.cs (2)
765if (!TextRangeEditLists.SplitListsForFlowDirectionChange(start, end, value)) 1477TextRangeEditLists.MergeParagraphs(firstParagraphOrBlockUIContainer, secondParagraphOrBlockUIContainer);
System\Windows\Documents\TextRangeSerialization.cs (2)
1490if (TextRangeEditLists.ParagraphsAreMergeable(firstParagraph, secondParagraph)) 1492TextRangeEditLists.MergeParagraphs(firstParagraph, secondParagraph);