6 references to TextAlignmentProperty
PresentationFramework (5)
System\Windows\Controls\TextBlock.cs (4)
1036get { return (TextAlignment)GetValue(TextAlignmentProperty); } 1037set { SetValue(TextAlignmentProperty, value); } 1049element.SetValue(TextAlignmentProperty, value); 1060return (TextAlignment)element.GetValue(TextAlignmentProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7402DependencyProperty dp = System.Windows.Controls.TextBlock.TextAlignmentProperty;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
106TextBlock.TextAlignmentProperty.AddOwner(typeof(RibbonTwoLineText));