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)
250
if (att != null && !att.
IsTypographicOnly
)
472
if (att != null && !att.
IsTypographicOnly
)
1765
if (behaviorAttribute != null && !behaviorAttribute.
IsTypographicOnly
)
src\Framework\System\windows\Documents\TextSelection.cs (1)
1493
if (att.
IsTypographicOnly
)