20 references to TextDecorationsProperty
PresentationFramework (20)
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (1)
118
return GetCollectionValue(element, Inline.
TextDecorationsProperty
) as TextDecorationCollection;
src\Framework\System\Windows\Controls\AccessText.cs (1)
271
Inline.
TextDecorationsProperty
.AddOwner(
src\Framework\System\Windows\Controls\TextBlock.cs (1)
953
Inline.
TextDecorationsProperty
.AddOwner(
src\Framework\System\Windows\Controls\TextBox.cs (1)
961
Inline.
TextDecorationsProperty
.AddOwner(
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (6)
379
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
390
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
401
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
412
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
445
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
456
object decors = tp.GetValue(Inline.
TextDecorationsProperty
);
src\Framework\System\Windows\Documents\DPTypeDescriptorContext.cs (1)
64
if (property == Inline.
TextDecorationsProperty
)
src\Framework\System\Windows\Documents\Inline.cs (2)
131
get { return (TextDecorationCollection) GetValue(
TextDecorationsProperty
); }
132
set { SetValue(
TextDecorationsProperty
, value); }
src\Framework\System\Windows\Documents\Paragraph.cs (1)
90
Inline.
TextDecorationsProperty
.AddOwner(
src\Framework\System\windows\Documents\TextEditorCharacters.cs (2)
235
object propertyValue = ((TextSelection)This.Selection).GetCurrentValue(Inline.
TextDecorationsProperty
);
249
TextEditorCharacters._OnApplyProperty(This, Inline.
TextDecorationsProperty
, toggledTextDecorations);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
449
if (formattingProperty != Inline.
TextDecorationsProperty
)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1752
typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.GetValue(Inline.
TextDecorationsProperty
)))
src\Framework\System\Windows\Documents\TextSchema.cs (2)
964
Inline.
TextDecorationsProperty
,
978
Inline.
TextDecorationsProperty
,