System\Windows\Documents\TextRange.cs (50)
98TextRangeBase.Select(this, position1, position2);
134return TextRangeBase.Contains(this, position);
144TextRangeBase.Select(this, position1, position2);
154TextRangeBase.SelectWord(this, position);
164TextRangeBase.SelectParagraph(this, position);
174TextRangeBase.ApplyTypingHeuristics(this, overType);
181return TextRangeBase.GetPropertyValue(this, formattingProperty);
188return TextRangeBase.GetUIElementSelected(this);
201return TextRangeBase.CanSave(this, dataFormat);
208TextRangeBase.Save(this, stream, dataFormat, false);
215TextRangeBase.Save(this, stream, dataFormat, preserveTextElements);
231TextRangeBase.BeginChange(this);
241TextRangeBase.BeginChangeNoUndo(this);
251TextRangeBase.EndChange(this, false /* disableScroll */, false /* skipEvents */);
261TextRangeBase.EndChange(this, disableScroll, skipEvents);
287TextRangeBase.NotifyChanged(this, disableScroll);
325return TextRangeBase.GetStart(this);
338return TextRangeBase.GetEnd(this);
351return TextRangeBase.GetIsEmpty(this);
364return TextRangeBase.GetTextSegments(this);
396return TextRangeBase.GetText(this);
403TextRangeBase.SetText(this, value);
416return TextRangeBase.GetXml(this);
431return TextRangeBase.GetChangeBlockLevel(this);
450return TextRangeBase.GetIsTableCellRange(this);
915return TextRangeBase.CanLoad(this, dataFormat);
1094TextRangeBase.Load(this, stream, dataFormat);
1368TextRangeBase.BeginChange(this);
1382TextRangeBase.EndChange(this);
1576TextRangeBase.BeginChange(this);
1617TextRangeBase.EndChange(this);
1624TextRangeBase.BeginChange(this);
1639if (applyToParagraphs || this.IsEmpty || TextRangeBase.IsParagraphBoundaryCrossed(this))
1673TextRangeBase.EndChange(this);
1680TextRangeBase.BeginChange(this);
1688TextRangeBase.EndChange(this);
1701TextRangeBase.BeginChange(this);
1708TextRangeBase.EndChange(this);
1715TextRangeBase.BeginChange(this);
1722TextRangeBase.EndChange(this);
1729TextRangeBase.BeginChange(this);
1736TextRangeBase.EndChange(this);
1743TextRangeBase.BeginChange(this);
1750TextRangeBase.EndChange(this);
1757TextRangeBase.BeginChange(this);
1764TextRangeBase.EndChange(this);
1771TextRangeBase.BeginChange(this);
1778TextRangeBase.EndChange(this);
1785TextRangeBase.BeginChange(this);
1792TextRangeBase.EndChange(this);
System\Windows\Documents\TextRangeBase.cs (15)
158TextRangeBase.SelectPrivate(thisRange, position1, position2, includeCellAtMovingPosition, /*markRangeChanged*/false);
165TextRangeBase.BeginChange(thisRange);
168TextRangeBase.SelectPrivate(thisRange, position1, position2, includeCellAtMovingPosition, /*markRangeChanged*/true);
172TextRangeBase.EndChange(thisRange);
196TextRangeBase.Select(thisRange, wordRange.Start, wordRange.End);
213string autoWord = TextRangeBase.GetTextInternal(autoWordRange.Start, autoWordRange.End).TrimEnd(' ');
215string textFromWordStart = TextRangeBase.GetTextInternal(autoWordRange.Start, thisRange.Start);
243TextRangeBase.Select(thisRange, start, end);
1258return TextRangeBase.GetTextInternal(start, thisRange.End);
1272text += TextRangeBase.GetTextInternal(textSegment.Start, textSegment.End);
1289TextRangeBase.BeginChange(thisRange);
1447TextRangeBase.SelectPrivate(thisRange, newStart, newEnd, /*includeCellAtMovingPosition:*/false, /*markRangeChanged*/true);
1452TextRangeBase.EndChange(thisRange);
2033TextRangeBase.CreateNormalizedTextSegment(thisRange, newStart, newEnd);
2070TextRangeBase.MarkRangeChanged(thisRange);
System\windows\Documents\TextSelection.cs (39)
87TextRangeBase.BeginChange(this);
90TextRangeBase.Select(this, anchorPosition, movingPosition);
95TextRangeBase.EndChange(this);
104TextRangeBase.BeginChange(this);
107TextRangeBase.SelectWord(this, position);
114TextRangeBase.EndChange(this);
123TextRangeBase.BeginChange(this);
126TextRangeBase.SelectParagraph(this, position);
134TextRangeBase.EndChange(this);
143TextRangeBase.BeginChange(this);
146TextRangeBase.ApplyInitialTypingHeuristics(this);
155TextRangeBase.ApplyFinalTypingHeuristics(this, overType);
159TextRangeBase.EndChange(this);
178propertyValue = TextRangeBase.GetPropertyValue(this, formattingProperty);
241TextRangeBase.NotifyChanged(this, disableScroll);
287return TextRangeBase.GetText(this);
292TextRangeBase.BeginChange(this);
295TextRangeBase.SetText(this, value);
308TextRangeBase.EndChange(this);
528TextRangeBase.BeginChange(this);
531TextRangeBase.Select(this, caretPosition, caretPosition);
547TextRangeBase.EndChange(this);
560TextRangeBase.BeginChange(this);
569TextRangeBase.Select(thisSelection, anchorPosition, position);
576TextRangeBase.EndChange(this);
585TextRangeBase.BeginChange(this);
632TextRangeBase.Select(this, anchorPosition, newMovingPosition);
645TextRangeBase.EndChange(this);
851TextRangeBase.Select(this, startPosition, movingPosition, /*includeCellAtMovingPosition:*/true);
1083TextRangeBase.Select(this, _anchorPosition, movingPosition);
1253TextRangeBase.BeginChange(this);
1262TextRangeBase.EndChange(this);
1282TextSegment autoWordRange = TextRangeBase.GetAutoWord(this);
1317TextRangeBase.BeginChange(this);
1326TextRangeBase.EndChange(this);
1340TextRangeBase.BeginChange(this);
1349TextRangeBase.EndChange(this);
1356TextRangeBase.BeginChange(this);
1365TextRangeBase.EndChange(this);