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