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