20 references to TextDecorationsProperty
PresentationFramework (20)
MS\Internal\Text\DynamicPropertyReader.cs (1)
109
return GetCollectionValue(element, Inline.
TextDecorationsProperty
) as TextDecorationCollection;
System\Windows\Controls\AccessText.cs (1)
269
Inline.
TextDecorationsProperty
.AddOwner(
System\Windows\Controls\TextBlock.cs (1)
881
Inline.
TextDecorationsProperty
.AddOwner(
System\Windows\Controls\TextBox.cs (1)
921
Inline.
TextDecorationsProperty
.AddOwner(
System\Windows\Controls\TextRangeAdaptor.cs (6)
369
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
380
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
391
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
402
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
435
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
446
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
System\Windows\Documents\DPTypeDescriptorContext.cs (1)
60
if (property == Inline.
TextDecorationsProperty
)
System\Windows\Documents\Inline.cs (2)
126
get { return (TextDecorationCollection) GetValue(
TextDecorationsProperty
); }
127
set { SetValue(
TextDecorationsProperty
, value); }
System\Windows\Documents\Paragraph.cs (1)
83
Inline.
TextDecorationsProperty
.AddOwner(
System\windows\Documents\TextEditorCharacters.cs (2)
217
object propertyValue = ((TextSelection)This.Selection).GetCurrentValue(Inline.
TextDecorationsProperty
);
231
TextEditorCharacters._OnApplyProperty(This, Inline.
TextDecorationsProperty
, toggledTextDecorations);
System\Windows\Documents\TextRangeBase.cs (1)
435
if (formattingProperty != Inline.
TextDecorationsProperty
)
System\Windows\Documents\TextRangeSerialization.cs (1)
1726
typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.GetValue(Inline.
TextDecorationsProperty
)))
System\Windows\Documents\TextSchema.cs (2)
956
Inline.
TextDecorationsProperty
,
970
Inline.
TextDecorationsProperty
,