2 references to HasTextDecorations
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
239
if (!TextSchema.
HasTextDecorations
(textDecorations))
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1752
typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.
HasTextDecorations
(commonAncestor.GetValue(Inline.TextDecorationsProperty)))