27 references to TextRangeEditLists
PresentationFramework (27)
System\windows\Documents\TextEditorCopyPaste.cs (2)
882TextRangeEditLists.MergeListsAroundNormalizedPosition((TextPointer)This.Selection.Start); 883TextRangeEditLists.MergeListsAroundNormalizedPosition((TextPointer)This.Selection.End);
System\windows\Documents\TextEditorLists.cs (20)
116if (!TextRangeEditLists.IsListOperationApplicable((TextSelection)This.Selection)) 143TextRangeEditLists.ConvertListItemsToParagraphs(thisSelection); 166TextRangeEditLists.UnindentListItems(thisSelection); 167TextRangeEditLists.ConvertListItemsToParagraphs(thisSelection); 171TextRangeEditLists.UnindentListItems(thisSelection); 180TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 181TextRangeEditLists.IndentListItems(thisSelection); 185TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 195TextRangeEditLists.UnindentListItems(thisSelection); 196TextRangeEditLists.ConvertListItemsToParagraphs(thisSelection); 200TextRangeEditLists.UnindentListItems(thisSelection); 209TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 210TextRangeEditLists.IndentListItems(thisSelection); 214TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 222TextRangeEditLists.IndentListItems(thisSelection); 226TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 227TextRangeEditLists.IndentListItems(thisSelection); 277TextRangeEditLists.UnindentListItems(thisSelection); 281TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 282TextRangeEditLists.UnindentListItems(thisSelection);
System\windows\Documents\TextEditorTyping.cs (1)
599TextRangeEditLists.ConvertListItemsToParagraphs((TextRange)This.Selection);
System\Windows\Documents\TextRangeEdit.cs (2)
764if (!TextRangeEditLists.SplitListsForFlowDirectionChange(start, end, value)) 1476TextRangeEditLists.MergeParagraphs(firstParagraphOrBlockUIContainer, secondParagraphOrBlockUIContainer);
System\Windows\Documents\TextRangeSerialization.cs (2)
1489if (TextRangeEditLists.ParagraphsAreMergeable(firstParagraph, secondParagraph)) 1491TextRangeEditLists.MergeParagraphs(firstParagraph, secondParagraph);