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