27 references to TextRangeEditLists
PresentationFramework (27)
System\windows\Documents\TextEditorCopyPaste.cs (2)
894TextRangeEditLists.MergeListsAroundNormalizedPosition((TextPointer)This.Selection.Start); 895TextRangeEditLists.MergeListsAroundNormalizedPosition((TextPointer)This.Selection.End);
System\windows\Documents\TextEditorLists.cs (20)
133if (!TextRangeEditLists.IsListOperationApplicable((TextSelection)This.Selection)) 160TextRangeEditLists.ConvertListItemsToParagraphs(thisSelection); 183TextRangeEditLists.UnindentListItems(thisSelection); 184TextRangeEditLists.ConvertListItemsToParagraphs(thisSelection); 188TextRangeEditLists.UnindentListItems(thisSelection); 197TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 198TextRangeEditLists.IndentListItems(thisSelection); 202TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 212TextRangeEditLists.UnindentListItems(thisSelection); 213TextRangeEditLists.ConvertListItemsToParagraphs(thisSelection); 217TextRangeEditLists.UnindentListItems(thisSelection); 226TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 227TextRangeEditLists.IndentListItems(thisSelection); 231TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 239TextRangeEditLists.IndentListItems(thisSelection); 243TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal); 244TextRangeEditLists.IndentListItems(thisSelection); 294TextRangeEditLists.UnindentListItems(thisSelection); 298TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 299TextRangeEditLists.UnindentListItems(thisSelection);
System\windows\Documents\TextEditorTyping.cs (1)
618TextRangeEditLists.ConvertListItemsToParagraphs((TextRange)This.Selection);
System\Windows\Documents\TextRangeEdit.cs (2)
767if (!TextRangeEditLists.SplitListsForFlowDirectionChange(start, end, value)) 1479TextRangeEditLists.MergeParagraphs(firstParagraphOrBlockUIContainer, secondParagraphOrBlockUIContainer);
System\Windows\Documents\TextRangeSerialization.cs (2)
1496if (TextRangeEditLists.ParagraphsAreMergeable(firstParagraph, secondParagraph)) 1498TextRangeEditLists.MergeParagraphs(firstParagraph, secondParagraph);