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