24 references to IsMergeableInline
PresentationFramework (24)
System\Windows\Documents\TextPointer.cs (1)
1723while (ancestor != null && TextSchema.IsMergeableInline(ancestor.GetType()))
System\Windows\Documents\TextPointerBase.cs (7)
205typeof(Inline).IsAssignableFrom(backwardType) && !TextSchema.IsMergeableInline(backwardType) && !typeof(Run).IsAssignableFrom(forwardType) && 209typeof(Inline).IsAssignableFrom(forwardType) && !TextSchema.IsMergeableInline(forwardType) && !typeof(Run).IsAssignableFrom(backwardType) && 365if (typeof(Inline).IsAssignableFrom(elementType) && !TextSchema.IsMergeableInline(elementType)) 1205while (TextSchema.IsMergeableInline(thisNavigator.GetElementType(direction))) 1216TextSchema.IsMergeableInline(thisNavigator.GetElementType(oppositeDirection))) 1285while (TextSchema.IsMergeableInline(thisNavigator.ParentType)) 1496else if (TextSchema.IsMergeableInline(position.ParentType))
System\Windows\Documents\TextRangeEdit.cs (15)
55Invariant.Assert(splitPosition.Parent != null && TextSchema.IsMergeableInline(splitPosition.Parent.GetType())); 263TextSchema.IsMergeableInline(position.Parent.GetType())) 268TextSchema.IsMergeableInline(position.Parent.GetType())) 294TextSchema.IsMergeableInline(firstInline.GetType()) && TextSchema.IsMergeableInline(secondInline.GetType()) 327TextSchema.IsMergeableInline(inline.Parent.GetType()) && 1278TextSchema.IsMergeableInline(position.Parent.GetType())) 1283TextSchema.IsMergeableInline(position.Parent.GetType())) 1298TextSchema.IsMergeableInline(previousPosition.GetAdjacentElement(LogicalDirection.Backward).GetType())) 1307TextSchema.IsMergeableInline(nextPosition.GetAdjacentElement(LogicalDirection.Forward).GetType())) 1765while (splitPosition.Parent != null && TextSchema.IsMergeableInline(splitPosition.Parent.GetType()) && splitPosition.Parent != limitingAncestor && 2021if (TextSchema.IsMergeableInline(topmostSpan.GetType()) && TextSchema.IsKnownType(topmostSpan.GetType()) && !HasWriteableLocalPropertyValues(topmostSpan)) 2036parent != null && TextSchema.IsMergeableInline(parent.GetType()); 2266if (!TextSchema.IsMergeableInline(parent.GetType())) 2277if (!TextSchema.IsMergeableInline(parent.GetType()))
System\Windows\Documents\TextRangeEditTables.cs (1)
633if (ancestor is List || ancestor is Inline && !TextSchema.IsMergeableInline(ancestor.GetType()))