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