5 references to TextDecorationsProperty
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (2)
905
get { return (TextDecorationCollection) GetValue(
TextDecorationsProperty
); }
906
set { SetValue(
TextDecorationsProperty
, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3571
DependencyProperty dp = System.Windows.Controls.TextBlock.
TextDecorationsProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1906
return System.Windows.Controls.TextBlock.
TextDecorationsProperty
;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
67
public static readonly DependencyProperty TextDecorationsProperty = TextBlock.
TextDecorationsProperty
.AddOwner(typeof(RibbonTwoLineText));