27 references to TextRangeEditLists
PresentationFramework (27)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (2)
1070TextRangeEditLists.MergeListsAroundNormalizedPosition((TextPointer)This.Selection.Start); 1071TextRangeEditLists.MergeListsAroundNormalizedPosition((TextPointer)This.Selection.End);
src\Framework\System\windows\Documents\TextEditorLists.cs (20)
135if (!TextRangeEditLists.IsListOperationApplicable((TextSelection)This.Selection)) 162TextRangeEditLists.ConvertListItemsToParagraphs(thisSelection); 185TextRangeEditLists.UnindentListItems(thisSelection); 186TextRangeEditLists.ConvertListItemsToParagraphs(thisSelection); 190TextRangeEditLists.UnindentListItems(thisSelection); 199TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 200TextRangeEditLists.IndentListItems(thisSelection); 204TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 214TextRangeEditLists.UnindentListItems(thisSelection); 215TextRangeEditLists.ConvertListItemsToParagraphs(thisSelection); 219TextRangeEditLists.UnindentListItems(thisSelection); 228TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 229TextRangeEditLists.IndentListItems(thisSelection); 233TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 241TextRangeEditLists.IndentListItems(thisSelection); 245TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 246TextRangeEditLists.IndentListItems(thisSelection); 296TextRangeEditLists.UnindentListItems(thisSelection); 300TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 301TextRangeEditLists.UnindentListItems(thisSelection);
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
634TextRangeEditLists.ConvertListItemsToParagraphs((TextRange)This.Selection);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
769if (!TextRangeEditLists.SplitListsForFlowDirectionChange(start, end, value)) 1481TextRangeEditLists.MergeParagraphs(firstParagraphOrBlockUIContainer, secondParagraphOrBlockUIContainer);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
1520if (TextRangeEditLists.ParagraphsAreMergeable(firstParagraph, secondParagraph)) 1522TextRangeEditLists.MergeParagraphs(firstParagraph, secondParagraph);