2 references to TextAlignmentProperty
PresentationFramework (2)
System\Windows\Documents\TableCell.cs (2)
238get { return (TextAlignment)GetValue(TextAlignmentProperty); } 239set { SetValue(TextAlignmentProperty, value); }