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