2 writes to IsTypographicOnly
PresentationFramework (2)
System\Windows\Documents\Hyperlink.cs (1)
26[TextElementEditingBehaviorAttribute(IsMergeable = false, IsTypographicOnly = false)]
System\Windows\Documents\Inline.cs (1)
15[TextElementEditingBehaviorAttribute(IsMergeable = true, IsTypographicOnly = true)]
4 references to IsTypographicOnly
PresentationFramework (4)
System\Windows\Documents\TextRangeSerialization.cs (3)
237if (att != null && !att.IsTypographicOnly) 459if (att != null && !att.IsTypographicOnly) 1738if (behaviorAttribute != null && !behaviorAttribute.IsTypographicOnly)
System\windows\Documents\TextSelection.cs (1)
1471if (att.IsTypographicOnly)