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