6 references to TextRange
PresentationFramework (6)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
287
if (TextSchema.IsFormattingType(firstInline.GetType()) && firstInline.
TextRange
.IsEmpty)
292
else if (TextSchema.IsFormattingType(secondInline.GetType()) && secondInline.
TextRange
.IsEmpty)
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (2)
121
if (secondParagraphOrBlockUIContainer.
TextRange
.IsEmpty)
125
else if (firstParagraphOrBlockUIContainer.
TextRange
.IsEmpty)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
1524
else if (mergingOnFragmentStart && firstParagraph.
TextRange
.IsEmpty)
1528
else if (!mergingOnFragmentStart && secondParagraph.
TextRange
.IsEmpty)