System\Windows\Documents\TextRange.cs (50)
92TextRangeBase.Select(this, position1, position2);
128return TextRangeBase.Contains(this, position);
138TextRangeBase.Select(this, position1, position2);
148TextRangeBase.SelectWord(this, position);
158TextRangeBase.SelectParagraph(this, position);
168TextRangeBase.ApplyTypingHeuristics(this, overType);
175return TextRangeBase.GetPropertyValue(this, formattingProperty);
182return TextRangeBase.GetUIElementSelected(this);
195return TextRangeBase.CanSave(this, dataFormat);
202TextRangeBase.Save(this, stream, dataFormat, false);
209TextRangeBase.Save(this, stream, dataFormat, preserveTextElements);
225TextRangeBase.BeginChange(this);
235TextRangeBase.BeginChangeNoUndo(this);
245TextRangeBase.EndChange(this, false /* disableScroll */, false /* skipEvents */);
255TextRangeBase.EndChange(this, disableScroll, skipEvents);
281TextRangeBase.NotifyChanged(this, disableScroll);
319return TextRangeBase.GetStart(this);
332return TextRangeBase.GetEnd(this);
345return TextRangeBase.GetIsEmpty(this);
358return TextRangeBase.GetTextSegments(this);
390return TextRangeBase.GetText(this);
397TextRangeBase.SetText(this, value);
410return TextRangeBase.GetXml(this);
425return TextRangeBase.GetChangeBlockLevel(this);
444return TextRangeBase.GetIsTableCellRange(this);
907return TextRangeBase.CanLoad(this, dataFormat);
1086TextRangeBase.Load(this, stream, dataFormat);
1360TextRangeBase.BeginChange(this);
1374TextRangeBase.EndChange(this);
1568TextRangeBase.BeginChange(this);
1610TextRangeBase.EndChange(this);
1617TextRangeBase.BeginChange(this);
1632if (applyToParagraphs || this.IsEmpty || TextRangeBase.IsParagraphBoundaryCrossed(this))
1666TextRangeBase.EndChange(this);
1673TextRangeBase.BeginChange(this);
1681TextRangeBase.EndChange(this);
1694TextRangeBase.BeginChange(this);
1701TextRangeBase.EndChange(this);
1708TextRangeBase.BeginChange(this);
1715TextRangeBase.EndChange(this);
1722TextRangeBase.BeginChange(this);
1729TextRangeBase.EndChange(this);
1736TextRangeBase.BeginChange(this);
1743TextRangeBase.EndChange(this);
1750TextRangeBase.BeginChange(this);
1757TextRangeBase.EndChange(this);
1764TextRangeBase.BeginChange(this);
1771TextRangeBase.EndChange(this);
1778TextRangeBase.BeginChange(this);
1785TextRangeBase.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);
2032TextRangeBase.CreateNormalizedTextSegment(thisRange, newStart, newEnd);
2069TextRangeBase.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);
229TextRangeBase.NotifyChanged(this, disableScroll);
275return TextRangeBase.GetText(this);
280TextRangeBase.BeginChange(this);
283TextRangeBase.SetText(this, value);
296TextRangeBase.EndChange(this);
516TextRangeBase.BeginChange(this);
519TextRangeBase.Select(this, caretPosition, caretPosition);
535TextRangeBase.EndChange(this);
548TextRangeBase.BeginChange(this);
557TextRangeBase.Select(thisSelection, anchorPosition, position);
564TextRangeBase.EndChange(this);
573TextRangeBase.BeginChange(this);
620TextRangeBase.Select(this, anchorPosition, newMovingPosition);
633TextRangeBase.EndChange(this);
836TextRangeBase.Select(this, startPosition, movingPosition, /*includeCellAtMovingPosition:*/true);
1068TextRangeBase.Select(this, _anchorPosition, movingPosition);
1238TextRangeBase.BeginChange(this);
1247TextRangeBase.EndChange(this);
1267TextSegment autoWordRange = TextRangeBase.GetAutoWord(this);
1302TextRangeBase.BeginChange(this);
1311TextRangeBase.EndChange(this);
1325TextRangeBase.BeginChange(this);
1334TextRangeBase.EndChange(this);
1341TextRangeBase.BeginChange(this);
1350TextRangeBase.EndChange(this);