6 references to TextAlignmentProperty
PresentationFramework (5)
System\Windows\Controls\TextBlock.cs (4)
1026get { return (TextAlignment)GetValue(TextAlignmentProperty); } 1027set { SetValue(TextAlignmentProperty, value); } 1039element.SetValue(TextAlignmentProperty, value); 1050return (TextAlignment)element.GetValue(TextAlignmentProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7400DependencyProperty dp = System.Windows.Controls.TextBlock.TextAlignmentProperty;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
103TextBlock.TextAlignmentProperty.AddOwner(typeof(RibbonTwoLineText));