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