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)
244if (att != null && !att.IsTypographicOnly) 466if (att != null && !att.IsTypographicOnly) 1745if (behaviorAttribute != null && !behaviorAttribute.IsTypographicOnly)
System\windows\Documents\TextSelection.cs (1)
1490if (att.IsTypographicOnly)