2 writes to IsTypographicOnly
PresentationFramework (2)
System\Windows\Documents\Hyperlink.cs (1)
33
[TextElementEditingBehaviorAttribute(IsMergeable = false,
IsTypographicOnly
= false)]
System\Windows\Documents\Inline.cs (1)
16
[TextElementEditingBehaviorAttribute(IsMergeable = true,
IsTypographicOnly
= true)]
4 references to IsTypographicOnly
PresentationFramework (4)
System\Windows\Documents\TextRangeSerialization.cs (3)
244
if (att != null && !att.
IsTypographicOnly
)
466
if (att != null && !att.
IsTypographicOnly
)
1745
if (behaviorAttribute != null && !behaviorAttribute.
IsTypographicOnly
)
System\windows\Documents\TextSelection.cs (1)
1490
if (att.
IsTypographicOnly
)