2 writes to IsTypographicOnly
PresentationFramework (2)
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)]
4 references to IsTypographicOnly
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (3)
250if (att != null && !att.IsTypographicOnly) 472if (att != null && !att.IsTypographicOnly) 1765if (behaviorAttribute != null && !behaviorAttribute.IsTypographicOnly)
src\Framework\System\windows\Documents\TextSelection.cs (1)
1493if (att.IsTypographicOnly)