7 references to SplitFormattingElements
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (7)
55return SplitFormattingElements(splitPosition, keepEmptyFormatting, /*limitingAncestor*/null);
2054SplitFormattingElements(child.ElementStart, /*keepEmptyFormatting*/false, limit);
2055TextPointer end = SplitFormattingElements(child.ElementEnd, /*keepEmptyFormatting*/false, limit);
2150start = SplitFormattingElements(start, /*keepEmptyFormatting:*/false, /*limitingAncestor*/run.Parent as TextElement);
2151end = SplitFormattingElements(end, /*keepEmptyFormatting:*/false, /*limitingAncestor*/run.Parent as TextElement);
2163start = SplitFormattingElements(start, /*keepEmptyFormatting:*/false, commonAncestor);
2164end = SplitFormattingElements(end, /*keepEmptyFormatting:*/false, commonAncestor);