20 references to TextDecorationsProperty
PresentationFramework (20)
MS\Internal\Text\DynamicPropertyReader.cs (1)
108
return GetCollectionValue(element, Inline.
TextDecorationsProperty
) as TextDecorationCollection;
System\Windows\Controls\AccessText.cs (1)
268
Inline.
TextDecorationsProperty
.AddOwner(
System\Windows\Controls\TextBlock.cs (1)
880
Inline.
TextDecorationsProperty
.AddOwner(
System\Windows\Controls\TextBox.cs (1)
920
Inline.
TextDecorationsProperty
.AddOwner(
System\Windows\Controls\TextRangeAdaptor.cs (6)
368
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
379
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
390
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
401
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
434
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
445
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
System\Windows\Documents\DPTypeDescriptorContext.cs (1)
59
if (property == Inline.
TextDecorationsProperty
)
System\Windows\Documents\Inline.cs (2)
125
get { return (TextDecorationCollection) GetValue(
TextDecorationsProperty
); }
126
set { SetValue(
TextDecorationsProperty
, value); }
System\Windows\Documents\Paragraph.cs (1)
82
Inline.
TextDecorationsProperty
.AddOwner(
System\windows\Documents\TextEditorCharacters.cs (2)
216
object propertyValue = ((TextSelection)This.Selection).GetCurrentValue(Inline.
TextDecorationsProperty
);
230
TextEditorCharacters._OnApplyProperty(This, Inline.
TextDecorationsProperty
, toggledTextDecorations);
System\Windows\Documents\TextRangeBase.cs (1)
434
if (formattingProperty != Inline.
TextDecorationsProperty
)
System\Windows\Documents\TextRangeSerialization.cs (1)
1725
typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.GetValue(Inline.
TextDecorationsProperty
)))
System\Windows\Documents\TextSchema.cs (2)
955
Inline.
TextDecorationsProperty
,
969
Inline.
TextDecorationsProperty
,