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