20 references to TextDecorationsProperty
PresentationFramework (20)
MS\Internal\Text\DynamicPropertyReader.cs (1)
115
return GetCollectionValue(element, Inline.
TextDecorationsProperty
) as TextDecorationCollection;
System\Windows\Controls\AccessText.cs (1)
271
Inline.
TextDecorationsProperty
.AddOwner(
System\Windows\Controls\TextBlock.cs (1)
893
Inline.
TextDecorationsProperty
.AddOwner(
System\Windows\Controls\TextBox.cs (1)
926
Inline.
TextDecorationsProperty
.AddOwner(
System\Windows\Controls\TextRangeAdaptor.cs (6)
371
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
382
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
393
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
404
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
437
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
448
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
System\Windows\Documents\DPTypeDescriptorContext.cs (1)
62
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)
233
object propertyValue = ((TextSelection)This.Selection).GetCurrentValue(Inline.
TextDecorationsProperty
);
247
TextEditorCharacters._OnApplyProperty(This, Inline.
TextDecorationsProperty
, toggledTextDecorations);
System\Windows\Documents\TextRangeBase.cs (1)
438
if (formattingProperty != Inline.
TextDecorationsProperty
)
System\Windows\Documents\TextRangeSerialization.cs (1)
1732
typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.GetValue(Inline.
TextDecorationsProperty
)))
System\Windows\Documents\TextSchema.cs (2)
962
Inline.
TextDecorationsProperty
,
976
Inline.
TextDecorationsProperty
,