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