2 writes to IsTypographicOnly
PresentationFramework (2)
System\Windows\Documents\Hyperlink.cs (1)
27[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)
238if (att != null && !att.IsTypographicOnly) 460if (att != null && !att.IsTypographicOnly) 1739if (behaviorAttribute != null && !behaviorAttribute.IsTypographicOnly)
System\windows\Documents\TextSelection.cs (1)
1487if (att.IsTypographicOnly)