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