20 references to TextDecorationsProperty
PresentationFramework (20)
MS\Internal\Text\DynamicPropertyReader.cs (1)
109return GetCollectionValue(element, Inline.TextDecorationsProperty) as TextDecorationCollection;
System\Windows\Controls\AccessText.cs (1)
269Inline.TextDecorationsProperty.AddOwner(
System\Windows\Controls\TextBlock.cs (1)
881Inline.TextDecorationsProperty.AddOwner(
System\Windows\Controls\TextBox.cs (1)
921Inline.TextDecorationsProperty.AddOwner(
System\Windows\Controls\TextRangeAdaptor.cs (6)
369object decors = tp.GetValue(Inline.TextDecorationsProperty); 380object decors = tp.GetValue(Inline.TextDecorationsProperty); 391object decors = tp.GetValue(Inline.TextDecorationsProperty); 402object decors = tp.GetValue(Inline.TextDecorationsProperty); 435object decors = tp.GetValue(Inline.TextDecorationsProperty); 446object decors = tp.GetValue(Inline.TextDecorationsProperty);
System\Windows\Documents\DPTypeDescriptorContext.cs (1)
60if (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)
217object propertyValue = ((TextSelection)This.Selection).GetCurrentValue(Inline.TextDecorationsProperty); 231TextEditorCharacters._OnApplyProperty(This, Inline.TextDecorationsProperty, toggledTextDecorations);
System\Windows\Documents\TextRangeBase.cs (1)
435if (formattingProperty != Inline.TextDecorationsProperty)
System\Windows\Documents\TextRangeSerialization.cs (1)
1726typeof(Inline).IsAssignableFrom(commonAncestor.ParentType) && TextSchema.HasTextDecorations(commonAncestor.GetValue(Inline.TextDecorationsProperty)))
System\Windows\Documents\TextSchema.cs (2)
956Inline.TextDecorationsProperty, 970Inline.TextDecorationsProperty,