27 references to TextRangeEditLists
PresentationFramework (27)
System\windows\Documents\TextEditorCopyPaste.cs (2)
881
TextRangeEditLists
.MergeListsAroundNormalizedPosition((TextPointer)This.Selection.Start);
882
TextRangeEditLists
.MergeListsAroundNormalizedPosition((TextPointer)This.Selection.End);
System\windows\Documents\TextEditorLists.cs (20)
117
if (!
TextRangeEditLists
.IsListOperationApplicable((TextSelection)This.Selection))
144
TextRangeEditLists
.ConvertListItemsToParagraphs(thisSelection);
167
TextRangeEditLists
.UnindentListItems(thisSelection);
168
TextRangeEditLists
.ConvertListItemsToParagraphs(thisSelection);
172
TextRangeEditLists
.UnindentListItems(thisSelection);
181
TextRangeEditLists
.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc);
182
TextRangeEditLists
.IndentListItems(thisSelection);
186
TextRangeEditLists
.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc);
196
TextRangeEditLists
.UnindentListItems(thisSelection);
197
TextRangeEditLists
.ConvertListItemsToParagraphs(thisSelection);
201
TextRangeEditLists
.UnindentListItems(thisSelection);
210
TextRangeEditLists
.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal);
211
TextRangeEditLists
.IndentListItems(thisSelection);
215
TextRangeEditLists
.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal);
223
TextRangeEditLists
.IndentListItems(thisSelection);
227
TextRangeEditLists
.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Decimal);
228
TextRangeEditLists
.IndentListItems(thisSelection);
278
TextRangeEditLists
.UnindentListItems(thisSelection);
282
TextRangeEditLists
.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc);
283
TextRangeEditLists
.UnindentListItems(thisSelection);
System\windows\Documents\TextEditorTyping.cs (1)
609
TextRangeEditLists
.ConvertListItemsToParagraphs((TextRange)This.Selection);
System\Windows\Documents\TextRangeEdit.cs (2)
765
if (!
TextRangeEditLists
.SplitListsForFlowDirectionChange(start, end, value))
1477
TextRangeEditLists
.MergeParagraphs(firstParagraphOrBlockUIContainer, secondParagraphOrBlockUIContainer);
System\Windows\Documents\TextRangeSerialization.cs (2)
1490
if (
TextRangeEditLists
.ParagraphsAreMergeable(firstParagraph, secondParagraph))
1492
TextRangeEditLists
.MergeParagraphs(firstParagraph, secondParagraph);