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