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)
238
if (att != null && !att.
IsTypographicOnly
)
460
if (att != null && !att.
IsTypographicOnly
)
1739
if (behaviorAttribute != null && !behaviorAttribute.
IsTypographicOnly
)
System\windows\Documents\TextSelection.cs (1)
1487
if (att.
IsTypographicOnly
)