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