20 references to TextDecorationsProperty
PresentationFramework (20)
MS\Internal\Text\DynamicPropertyReader.cs (1)
115return GetCollectionValue(element, Inline.TextDecorationsProperty) as TextDecorationCollection;
System\Windows\Controls\AccessText.cs (1)
271Inline.TextDecorationsProperty.AddOwner(
System\Windows\Controls\TextBlock.cs (1)
893Inline.TextDecorationsProperty.AddOwner(
System\Windows\Controls\TextBox.cs (1)
926Inline.TextDecorationsProperty.AddOwner(
System\Windows\Controls\TextRangeAdaptor.cs (6)
371object decors = tp.GetValue(Inline.TextDecorationsProperty); 382object decors = tp.GetValue(Inline.TextDecorationsProperty); 393object decors = tp.GetValue(Inline.TextDecorationsProperty); 404object decors = tp.GetValue(Inline.TextDecorationsProperty); 437object decors = tp.GetValue(Inline.TextDecorationsProperty); 448object decors = tp.GetValue(Inline.TextDecorationsProperty);
System\Windows\Documents\DPTypeDescriptorContext.cs (1)
62if (property == Inline.TextDecorationsProperty)
System\Windows\Documents\Inline.cs (2)
126get { return (TextDecorationCollection) GetValue(TextDecorationsProperty); } 127set { SetValue(TextDecorationsProperty, value); }
System\Windows\Documents\Paragraph.cs (1)
83Inline.TextDecorationsProperty.AddOwner(
System\windows\Documents\TextEditorCharacters.cs (2)
233object propertyValue = ((TextSelection)This.Selection).GetCurrentValue(Inline.TextDecorationsProperty); 247TextEditorCharacters._OnApplyProperty(This, Inline.TextDecorationsProperty, toggledTextDecorations);
System\Windows\Documents\TextRangeBase.cs (1)
438if (formattingProperty != Inline.TextDecorationsProperty)
System\Windows\Documents\TextRangeSerialization.cs (1)
1732typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.GetValue(Inline.TextDecorationsProperty)))
System\Windows\Documents\TextSchema.cs (2)
962Inline.TextDecorationsProperty, 976Inline.TextDecorationsProperty,