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