3 references to SplitFormattingElements
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextRange.cs (1)
1609
TextPointer insertionPosition = TextRangeEdit.
SplitFormattingElements
(this.Start, /*keepEmptyFormatting:*/false);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
640
breakPosition =
SplitFormattingElements
(breakPosition, /*keepEmptyFormatting:*/true);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1332
insertionPosition = TextRangeEdit.
SplitFormattingElements
(insertionPosition, /*keepEmptyFormatting:*/false);