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