6 references to TextRange
PresentationFramework (6)
System\Windows\Documents\TextRangeEdit.cs (2)
283
if (TextSchema.IsFormattingType(firstInline.GetType()) && firstInline.
TextRange
.IsEmpty)
288
else if (TextSchema.IsFormattingType(secondInline.GetType()) && secondInline.
TextRange
.IsEmpty)
System\Windows\Documents\TextRangeEditLists.cs (2)
117
if (secondParagraphOrBlockUIContainer.
TextRange
.IsEmpty)
121
else if (firstParagraphOrBlockUIContainer.
TextRange
.IsEmpty)
System\Windows\Documents\TextRangeSerialization.cs (2)
1494
else if (mergingOnFragmentStart && firstParagraph.
TextRange
.IsEmpty)
1498
else if (!mergingOnFragmentStart && secondParagraph.
TextRange
.IsEmpty)