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