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