3 writes to IsMergeable
PresentationFramework (3)
System\Windows\Documents\Hyperlink.cs (1)
27[TextElementEditingBehaviorAttribute(IsMergeable = false, IsTypographicOnly = false)]
System\Windows\Documents\Inline.cs (1)
16[TextElementEditingBehaviorAttribute(IsMergeable = true, IsTypographicOnly = true)]
System\Windows\Documents\InlineUIContainer.cs (1)
20[TextElementEditingBehaviorAttribute(IsMergeable = false)]
1 reference to IsMergeable
PresentationFramework (1)
System\Windows\Documents\TextSchema.cs (1)
287if (att != null && att.IsMergeable == false)