3 references to SplitFormattingElements
PresentationFramework (3)
System\Windows\Documents\TextRange.cs (1)
1612TextPointer insertionPosition = TextRangeEdit.SplitFormattingElements(this.Start, /*keepEmptyFormatting:*/false);
System\Windows\Documents\TextRangeEdit.cs (1)
638breakPosition = SplitFormattingElements(breakPosition, /*keepEmptyFormatting:*/true);
System\Windows\Documents\TextRangeSerialization.cs (1)
1308insertionPosition = TextRangeEdit.SplitFormattingElements(insertionPosition, /*keepEmptyFormatting:*/false);